← Back to Skills Marketplace
teambition
by
wengjianmin19850412
· GitHub ↗
· v1.0.0
· MIT-0
108
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install teambition
Description
Create and query tasks in TeamBition across multiple apps using configured project and organization settings.
Usage Guidance
This skill appears to be a straightforward TeamBition integration, but before installing: 1) expect to provide TEAMBITION_APP_ID and TEAMBITION_APP_SECRET (the registry incorrectly lists none) — those credentials grant the skill the ability to obtain access tokens and access your TeamBition data, so only provide them if you trust the agent. 2) Confirm the runtime has Python and the 'requests' library. 3) Prefer providing a pre-created limited-scope access token rather than full client_secret where possible, and restrict/rotate credentials after testing. 4) Be aware the skill returns raw API responses (may include org/project/task metadata). 5) Ask the publisher to correct the registry metadata to accurately list required env vars; that discrepancy reduces transparency.
Capability Analysis
Type: OpenClaw Skill
Name: teambition
Version: 1.0.0
The skill is a standard integration for TeamBition task management. It uses official API endpoints (open.teambition.com) for authentication and task operations, handles credentials securely via configuration, and contains no evidence of malicious intent, data exfiltration, or prompt injection.
Capability Assessment
Purpose & Capability
Name/description (TeamBition task create/query) align with the code and SKILL.md: the skill needs TEAMBITION_APP_ID and TEAMBITION_APP_SECRET to obtain an OAuth token and call TeamBition APIs. However, the registry metadata claims no required environment variables, which contradicts both the SKILL.md and main.py and is a notable inconsistency.
Instruction Scope
SKILL.md and main.py limit actions to obtaining an access token (client_credentials) and calling TeamBition endpoints for task creation and retrieval. The instructions and code only reference TeamBition API endpoints and the declared configuration items; they do not read unrelated files or contact other external services.
Install Mechanism
No install spec is provided (instruction-only plus a small Python file). Nothing is downloaded from arbitrary URLs and no archive extraction occurs. Note: main.py uses the 'requests' library — the runtime must provide it.
Credentials
The secrets requested by the code (app id and app secret, optional access token) are appropriate for the stated purpose, but the published registry metadata claiming zero required env vars is inconsistent and could mislead users into not supplying necessary credentials or misrepresent the sensitivity of data requested. The skill will exchange the app secret for an access token and then send API calls to open.teambition.com (expected for this integration).
Persistence & Privilege
The skill does not request permanent/platform-wide presence (always:false). It does not modify other skills' configs and does not request elevated platform privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install teambition - After installation, invoke the skill by name or use
/teambition - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of TeamBition task management skill.
- Supports configuration for multiple TeamBition applications.
- Enables creation and query of TeamBition tasks by agents.
- Customizable agent-level binding to different TeamBition apps.
- Returns raw TeamBition API responses for task operations.
Metadata
Frequently Asked Questions
What is teambition?
Create and query tasks in TeamBition across multiple apps using configured project and organization settings. It is an AI Agent Skill for Claude Code / OpenClaw, with 108 downloads so far.
How do I install teambition?
Run "/install teambition" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is teambition free?
Yes, teambition is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does teambition support?
teambition is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created teambition?
It is built and maintained by wengjianmin19850412 (@wengjianmin19850412); the current version is v1.0.0.
More Skills