← Back to Skills Marketplace
ade5791

ThinkForce

by ade5791 · GitHub ↗ · v1.1.0 · MIT-0
cross-platform ✓ Security Clean
158
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install thinkforce
Description
Dispatch tasks to your ThinkForce AI agents via REST API and poll for results easily without server setup or complex configuration.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install thinkforce
  3. After installation, invoke the skill by name or use /thinkforce
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Slug thinkforce
Version 1.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is ThinkForce?

Dispatch tasks to your ThinkForce AI agents via REST API and poll for results easily without server setup or complex configuration. It is an AI Agent Skill for Claude Code / OpenClaw, with 158 downloads so far.

How do I install ThinkForce?

Run "/install thinkforce" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is ThinkForce free?

Yes, ThinkForce is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does ThinkForce support?

ThinkForce is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created ThinkForce?

It is built and maintained by ade5791 (@ade5791); the current version is v1.1.0.

💬 Comments