← 返回 Skills 市场
158
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install thinkforce
功能描述
Dispatch tasks to your ThinkForce AI agents via REST API and poll for results easily without server setup or complex configuration.
安全使用建议
This skill appears to do what it says: call ThinkForce's REST API using an X-TF-API-Key. Before installing, consider: 1) provenance — there is no homepage and the source is unknown, so verify you trust the publisher (ownerId is present but no URL or repo to inspect); 2) secrets — the skill requires a ThinkForce API key at runtime (SKILL.md documents it) even though the registry metadata doesn't list a required env var; store the key securely (do not hardcode it into prompts or public code) and consider using a platform secret store; 3) data sent to app.thinkforce.ai will be visible to that service — do not send sensitive PII or confidential data you wouldn't want shared; 4) rotate/revoke the API key if you stop using the skill or suspect compromise; 5) there is a minor metadata inconsistency (registry version 1.1.0 vs _meta.json version 1.0.0) — not a functional risk but worth noting. If you need higher assurance, ask the publisher for a homepage or repository link and a privacy/security policy before use.
功能分析
Type: OpenClaw Skill
Name: thinkforce
Version: 1.1.0
The ThinkForce skill is a standard API integration bundle designed to allow an OpenClaw agent to interact with the ThinkForce AI platform (app.thinkforce.ai). The documentation (SKILL.md) and provided JavaScript examples demonstrate legitimate REST API usage for task orchestration, mission management, and status polling. There are no indicators of data exfiltration, malicious execution, or harmful prompt injection.
能力评估
Purpose & Capability
The SKILL.md describes making REST calls to app.thinkforce.ai with an X-TF-API-Key header to list companies/agents, dispatch tasks, and manage missions — which matches the skill name and description. There are no declared binaries, installs, or unrelated credentials requested, so the capability set is proportionate to the stated purpose.
Instruction Scope
Runtime instructions are limited to performing HTTPS requests to app.thinkforce.ai, polling for task results, and handling mission/subtask endpoints. The instructions do not direct the agent to read local files, other credentials, system paths, or to send data to any other endpoints.
Install Mechanism
This is an instruction-only skill with no install spec and no code files, so nothing is written to disk and no third-party packages are fetched. That is the lowest-risk install posture.
Credentials
The skill requires an API key for ThinkForce (documented in SKILL.md as X-TF-API-Key) but the registry metadata declares no required environment variables or primary credential. That is not dangerous by itself, but it's an inconsistency: the skill will need the user's API key at runtime (provided via header or an env var they configure). Also note that any data sent to the third-party service will be visible to that service, so users should avoid sending sensitive secrets or PII.
Persistence & Privilege
Flags show no always:true and model invocation is allowed (the platform default). The skill does not request system-wide configuration changes or persistent privileges; it only documents how to call the remote API.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install thinkforce - 安装完成后,直接呼叫该 Skill 的名称或使用
/thinkforce触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
Add Missions API: create, list, decompose, run subtasks, auto-execute, publish PDF report. All mission routes now require X-TF-API-Key auth.
v1.0.0
Initial release - dispatch tasks to your ThinkForce AI agent team via REST API
元数据
常见问题
ThinkForce 是什么?
Dispatch tasks to your ThinkForce AI agents via REST API and poll for results easily without server setup or complex configuration. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 158 次。
如何安装 ThinkForce?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install thinkforce」即可一键安装,无需额外配置。
ThinkForce 是免费的吗?
是的,ThinkForce 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
ThinkForce 支持哪些平台?
ThinkForce 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 ThinkForce?
由 ade5791(@ade5791)开发并维护,当前版本 v1.1.0。
推荐 Skills