← Back to Skills Marketplace
wengjianmin19850412

teambitionweng

by wengjianmin19850412 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
102
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install teambitionweng
Description
Create and query tasks in TeamBition with support for multiple app configurations and automatic token management.
Usage Guidance
This skill appears to do what it says (create/query TeamBition tasks), but the registry metadata fails to declare the required credentials (TEAMBITION_APP_ID and TEAMBITION_APP_SECRET) that the SKILL.md and code require. Before installing: (1) confirm with the publisher or registry why required credentials are not listed and ensure the platform will prompt for and securely store them; (2) only supply a TeamBition app with minimal scopes (task:read/task:write) and ideally a test account; (3) verify network calls go to open.teambition.com and review the app's permissions in TeamBition; (4) consider testing in an isolated environment first. If the publisher cannot explain the missing metadata, treat the skill as untrusted until that is fixed.
Capability Analysis
Type: OpenClaw Skill Name: teambitionweng Version: 1.0.0 The skill bundle is a legitimate integration for TeamBition task management. The code in main.py implements standard OAuth2 authentication and task operations (create/get) using official TeamBition API endpoints (open.teambition.com). No evidence of data exfiltration, malicious execution, or prompt injection was found in SKILL.md or the source code.
Capability Assessment
Purpose & Capability
Name/description (TeamBition task create/query) align with the code and SKILL.md: the skill uses TeamBition OAuth and API endpoints to create and query tasks. However, the registry metadata lists no required environment variables while the SKILL.md and main.py clearly require TEAMBITION_APP_ID and TEAMBITION_APP_SECRET (and optionally access token, org_id, default_project_id). That metadata omission is inconsistent and meaningful for security decisions.
Instruction Scope
SKILL.md and main.py only describe/perform actions related to TeamBition: obtaining an access token via the official oauth endpoint and calling TeamBition task APIs. There are no instructions to read local files, other environment variables, or to send data to unrelated external endpoints.
Install Mechanism
There is no install spec (instruction-only with a small Python file). Nothing is downloaded or installed by the skill itself; risk from install mechanism is low.
Credentials
The skill legitimately requires sensitive credentials (app id and secret, and optionally an access token). Those requests are proportionate to the task. However, the registry metadata does not declare any required env vars or primary credential, creating an inconsistency: the platform/user must be informed that they need to provide secrets before binding. Requesting app secret is normal here but you should confirm how the platform will store/protect them.
Persistence & Privilege
always is false and the skill doesn't attempt to modify other skills or agent-wide settings. It does network calls to TeamBition but does not request persistent platform-level privileges beyond normal secret storage.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install teambitionweng
  3. After installation, invoke the skill by name or use /teambitionweng
  4. 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
Slug teambitionweng
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is teambitionweng?

Create and query tasks in TeamBition with support for multiple app configurations and automatic token management. It is an AI Agent Skill for Claude Code / OpenClaw, with 102 downloads so far.

How do I install teambitionweng?

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

Is teambitionweng free?

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

Which platforms does teambitionweng support?

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

Who created teambitionweng?

It is built and maintained by wengjianmin19850412 (@wengjianmin19850412); the current version is v1.0.0.

💬 Comments