skills

作者 Sendmux已验证

Agent skills for Sendmux

53
Stars
1
Forks
JavaScript
语言
2026/8/24
添加时间

⚠️ 第三方软件声明

本 Skill 为第三方开源软件,独立托管于 GitHub。SkillTip 仅为信息目录,不控制或维护底层仓库。所显示的安全检查为自动化且范围有限,安装前请自行审查源码。

阅读服务条款

安装

添加到你的 Claude Code skills 目录:

# Add to your Claude Code skills
git clone https://github.com/Sendmux/skills

快速入门

使用 skills 等 Skills 的指南。

安全报告

已验证

上次扫描:—

{
  "status": "PASSED",
  "issues": []
}

README.md

Sendmux Agent Skills

Official Sendmux skills for AI coding agents.

Marketplace install

This repository contains Sendmux plugin bundles for Cursor, Claude, and Codex. The Cursor bundle is prepared but is not available through /add-plugin until its marketplace submission is approved.

Cursor (after marketplace publication):

/add-plugin sendmux

Claude app, Claude Desktop, and Cowork:

  1. Open Customize.
  2. Go to Plugins.
  3. In Personal plugins, click + and choose Add marketplace.
  4. Choose Add from a repository.
  5. Enter Sendmux/skills, then install the Sendmux plugin.

Claude Code:

/plugin marketplace add Sendmux/skills
/plugin install sendmux@sendmux
/reload-plugins

Codex app and Codex CLI:

codex plugin marketplace add Sendmux/skills

Then open Plugins in the Codex app or /plugins in Codex CLI and install Sendmux from the Sendmux marketplace.

Direct Agent Skills install

Use skills add when your agent supports raw Agent Skills rather than plugin marketplaces.

npx skills add Sendmux/skills

Install one skill from the pack:

npx skills add Sendmux/skills --skill sendmux-send-email

Update an installed pack:

npx skills update

What This Pack Teaches

  • Choose the cheapest correct Sendmux surface for the task: MCP for connected agents, the sendmux CLI for terminal one-shots, and SDKs for application flows.
  • Use the right credential for each job: smx_root_* for account-level work, send-capable smx_mbx_* keys or owner-approved Sending-resource smx_agent_* tokens for sending, smx_mbx_* keys for single-mailbox work, and scoped smx_agent_* tokens for self-registered agent mailbox work.
  • Prefer efficient calls: batch operations, cursor pagination, conditional requests, idempotency keys, counts, snippets, and delta sync where the public surface supports them.
  • Verify results before reporting success.

Skills Catalogue

The catalogue is built item by item from the local API, SDK, CLI, and MCP source of truth.

SkillUse when
sendmux-getting-startedChoosing a Sendmux surface, setting up auth, or making a first verified call.
sendmux-send-emailSending single or batch transactional email.
sendmux-attachmentsUploading, downloading, or sending attachments without wasting context on base64.
sendmux-mailbox-agentReading, triaging, replying, or syncing one mailbox.
sendmux-managementManaging domains, mailboxes, sending accounts, webhooks, billing, and logs.
sendmux-cliUsing the sendmux CLI from a terminal.
sendmux-mcp-setupConnecting Sendmux MCP servers to an agent client.
sendmux-token-efficient-usageChoosing low-token Sendmux calls and avoiding wasteful reads.
sendmux-email-for-agentsGiving an AI agent an inbox, challenge-first self-registration flow, or email workflow, even when Sendmux is not named.

Target matrix

TargetRecommended install
CursorAfter official marketplace publication, run /add-plugin sendmux.
Claude app, Claude Desktop, CoworkAdd marketplace from repository Sendmux/skills, then install Sendmux.
Claude Code/plugin marketplace add Sendmux/skills, then /plugin install sendmux@sendmux.
Codex app and Codex CLIcodex plugin marketplace add Sendmux/skills, then install Sendmux from Plugins or /plugins.
Agent Skills clientsnpx skills add Sendmux/skills.
Single-skill installsnpx skills add Sendmux/skills --skill <skill-name>.

Marketplace plugins and raw Agent Skills only teach workflows. They do not grant Sendmux access. Authorise hosted MCP, create API keys, or use agent access before asking an agent to act on Sendmux data.

Development

This repo uses the Agent Skills format:

skills/
  <skill-name>/
    SKILL.md
    references/
    scripts/
    assets/

Each skill must be validated, benchmarked against a baseline, and packaged before it is marked complete.

Generate Cursor, Claude, and Codex marketplace bundles:

node scripts/build-plugin-bundles.mjs
node scripts/check-plugin-bundles.mjs

The canonical skill source stays in skills/. Cursor reads it directly; generated Cursor, Claude, and Codex manifests plus both MCP files are checked for drift in CI.

See docs/eval-lint-package-playbook.md for the local eval, lint, package, and install-smoke loop. See docs/regen-update-playbook.md for the source drift check and regeneration procedure.

常见问题

What is skills?

skills is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by Sendmux. Agent skills for Sendmux. It has 53 GitHub stars.

Is skills safe to use?

Yes. skills passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.

How do I install skills?

Clone the repository with "git clone https://github.com/Sendmux/skills" and add it to your Claude Code skills directory (see the Installation section above).

What programming language is skills written in?

skills is primarily written in JavaScript. It is open-source under Sendmux on GitHub, so you can review or fork the full source.

Are there alternatives to skills?

Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh skills against similar tools.

评论 (0)

暂无评论,成为第一个分享想法的人!

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情

claude-code

by anthropics

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.

120,03119,897Shell
AI 智能体
查看详情

开发者还喜欢

基于喜欢此 Skill 的开发者投票和收藏

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP 服务器apisai-tools
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情
skills — Claude Code AI Skill | SkillTip