openjiuwen/agent_teams/skill/SKILL.md
Participate in an OpenJiuWen agent team as an external member. Use when this agent has been spawned into a team (the OPENJIUWEN_TEAM_JOIN environment variable is set) and needs to read its inbox, send messages to teammates, and claim / work / complete tasks via the `team-member` CLI.
npx skillsauth add openjiuwen-ai/agent-core agent-team-memberInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
You are a member of an OpenJiuWen agent team. You collaborate with other
members (a leader and teammates) over a shared task board and mailbox. You
act through the team-member CLI; the team does not see your plain text
output — only what you send through the CLI.
The CLI reads its connection from the OPENJIUWEN_TEAM_JOIN environment
variable, which is already set in your environment.
Run a simple loop:
team-member inbox. It prints unread messages
addressed to you plus the current task board. Reading marks messages read.team-member claim <task_id>. Use team-member task get <task_id> for the
full requirement before you start.team-member send <member> "<update>", then team-member complete <task_id>.Notes:
leader, dev-1), never by internal id.team-member send.team-member inbox --watch blocks and streams the inbox as events arrive;
use it instead of polling in a tight loop.| Command | Purpose |
|---|---|
| team-member inbox | Show unread messages + task board (marks read). |
| team-member inbox --watch | Block and stream the inbox on each event. |
| team-member send <to> "<text>" | Direct message a member. |
| team-member broadcast "<text>" | Message the whole team (use sparingly). |
| team-member task list [--status S] | List tasks, optionally by status. |
| team-member task claimable | List pending tasks you can claim. |
| team-member task get <id> | Show one task's full detail. |
| team-member claim <id> | Claim a pending task. |
| team-member complete <id> | Complete a task you have claimed. |
| team-member update <id> [--title T] [--content C] | Edit a task (pending/blocked only). |
| team-member members | List team members. |
Exit code is 0 on success and 1 on failure; failure reasons are printed
to stderr.
development
Generates a multimodal Skill markdown file from a source URL. Use this Skill when a user wants to turn a web tutorial, product support article, or software guide into a reusable agent Skill with concise steps and embedded screenshots.
tools
Complete calendar-and-clock workflows on mobile (find events, read start times, create alarms or reminders relative to meetings). Use when the user asks to schedule, set an alarm before/after a meeting, find appointment times, or coordinate Calendar with Clock.
tools
Navigate github.com in mobile Chrome to retrieve repository information (files, README, contributors, languages, releases, packages) and switch to desktop site mode for richer metadata (forks, stars). Use for in-browser research, not git CLI or GitHub API operations.
development
Comprehensive step-by-step workflow for navigating the Booking.com mobile site to search for destinations, select dates/occupancy, browse results, and extract detailed hotel information including pricing and facilities.