Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

agent-swarm

agent-swarm 收录了来自 desplega-ai 的 25 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
25
Stars
588
更新
2026-07-09
Forks
67
职业覆盖
4 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

swarm-scripts
软件开发工程师

Use swarm scripts for bulk SDK calls, repetitive fan-out, and context-efficient data processing.

2026-07-09
download-task-attachment
软件开发工程师

Fetch a file attached to your current task in ONE call. Use whenever a task carries an attachment (an image, PDF, or other file the requester uploaded) and you need its bytes on disk — the dispatch prompt lists attachments with a ready-to-run curl command, but if you're improvising (resumed session, follow-up task, or the recipe scrolled out of context) use this skill instead of reaching for the `agent-fs` CLI directly.

2026-07-03
swarm-local-e2e
软件质量保证分析师与测试员

Guide for running local E2E tests with API server, Docker lead/worker containers, task creation, log verification, UI dashboard, and cleanup

2026-07-02
agentmail-sending
软件开发工程师

Canonical AgentMail send-message API reference for swarm agents. Pins the base URL, required field names, text-only rendering workaround, BCC policy, and ready-to-copy curl / swarm-script examples so agents do not rediscover the API surface at runtime.

2026-06-05
kapso-whatsapp
软件开发工程师

How to interact with Kapso WhatsApp from the swarm — read inbound webhook payloads (text AND media), fetch message history, send free-form messages within the 24h session window (and template messages outside it), mark-as-read, show the typing indicator, send reactions, download media, verify webhook signatures, and resolve contacts to swarm users. Canonical reference for ANY Kapso interaction beyond the thin `send-whatsapp-message` / `reply-whatsapp-message` MCP tools — for templates, media, reactions, typing, mark-as-read, signature verify, contact resolution, conversation history, drop to the REST recipes here. Use whenever a task references a WhatsApp message routed through Kapso, or when a workflow needs to reply on WhatsApp.

2026-06-05
composio-gmail
软件开发工程师

Per-app playbook for driving Gmail through Composio (toolkit slug `gmail`). Verified GMAIL_* tool slugs and argument shapes for reading, searching, sending, drafts, labels, and threads. Use alongside the `composio` hub skill whenever a task reads or sends Gmail for a connected user. Covers the metadata-first reads, the GMAIL_SEND_EMAIL HTML flag, and reply-to-thread.

2026-06-02
composio-google-calendar
软件开发工程师

Per-app playbook for driving Google Calendar through Composio (toolkit slug `googlecalendar`). Verified GOOGLECALENDAR_* tool slugs and argument shapes for listing, finding, creating, and updating events plus free/busy. Use alongside the `composio` hub skill. CRITICAL — covers the "events from a year ago" trap: GOOGLECALENDAR_EVENTS_LIST has no default timeMin, so you MUST pass timeMin/orderBy/singleEvents to get upcoming events.

2026-06-02
composio-google-docs
软件开发工程师

Per-app playbook for driving Google Docs through Composio (toolkit slug `googledocs`). Verified GOOGLEDOCS_* tool slugs and argument shapes for searching, reading plaintext, creating (incl. from markdown), and editing documents. Use alongside the `composio` hub skill whenever a task reads or writes Google Docs for a connected user.

2026-06-02
composio
软件开发工程师

Use Composio from Agent Swarm via the `agent-swarm x composio` CLI route or the `swarm_x` MCP tool. Trigger when a task needs connected third-party app tools such as Gmail, GitHub, Slack, Notion, or HubSpot through Composio Tool Router sessions, Connect Links, or connected accounts. This is the HUB skill — for Google apps see the sibling skills `composio-gmail`, `composio-google-calendar`, `composio-google-docs`.

2026-06-02
attio-interaction
软件开发工程师

How to read and write your Attio CRM via the REST API v2: query/filter records, upsert companies/people/deals with matching_attribute, write notes and tasks, manage list entries, and handle webhooks. Auth via ATTIO_API_KEY (Bearer token). Use this skill whenever you need to interact with Attio CRM data from the swarm.

2026-06-02
user-management
软件开发工程师

How to manage the user registry — creating users for new Slack/GitHub/GitLab/Linear identities, managing aliases, resolving users across platforms. Use when a new human interacts with the swarm or when user identity needs updating.

2026-05-21
kv-storage
软件开发工程师

Use the swarm KV store (Redis-like, namespaced) for cross-task / cross-session / per-page state. Auto-scoped to your context (Slack thread / PR / Linear issue / agent / page). Use for counters, cursors, page state. Do NOT use for secrets (`swarm_config`), embedded knowledge (`memory`), or files (`agent-fs`).

2026-05-13
artifacts
软件开发工程师

Serve interactive web content (HTML pages, dashboards, approval flows, static reports, custom Hono apps) to a public URL via localtunnel. Use when the user asks to "create an artifact for X", "host this for me", "make me a tunneled URL", "spin up a web server for X", "publish this report so I can see it", "share this file/page publicly", "expose this dashboard", "give me a live link", or anything that needs a browser-reachable URL pointing at agent-generated content. Wraps the `agent-swarm artifact` CLI plus the `createArtifactServer` SDK; covers static directories, custom Hono apps, daemonization (nohup / PM2), HTTP Basic auth, and the in-page swarm Browser SDK.

2026-05-12
create-pr
软件开发工程师

Create a pull request (GitHub) or merge request (GitLab) from the current branch

2026-04-03
implement-issue
软件开发工程师

Implement a GitHub issue or GitLab issue and create a PR/MR

2026-04-03
review-pr
软件质量保证分析师与测试员

Review a pull request (GitHub) or merge request (GitLab) and provide detailed feedback

2026-04-03
close-issue
软件开发工程师

Close a GitHub or GitLab issue with a summary comment

2026-03-30
investigate-sentry-issue
软件开发工程师

Investigate and triage a Sentry error issue

2026-03-30
respond-github
软件开发工程师

Respond to a GitHub issue/PR or GitLab issue/MR

2026-03-30
start-leader
其他计算机职业

Start the Agent Swarm Leader

2026-03-30
swarm-chat
其他计算机职业

Effective communication within the agent swarm using internal Slack

2026-03-30
todos
综合办公文员

Handle the agent personal todos.md file

2026-03-30
work-on-task
其他计算机职业

Work on a specific task assigned to you in the agent swarm

2026-03-30
review-offered-task
其他计算机职业

Review a task that has been offered to you and decide whether to accept or reject it

2026-03-09
start-worker
其他计算机职业

Start an Agent Swarm Worker

2026-03-09