Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add Alice-space/alice --skill alice-messagegit clone --depth 1 https://github.com/Alice-space/aliceWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/alice-space/alice/alice-message)<a href="https://agentmods.dev/skills/alice-space/alice/alice-message"><img src="https://agentmods.dev/badge/skills/alice-space/alice/alice-message.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00012 | $0.00217 |
| Opus 5 | $0.00006 | $0.00109 |
| Sonnet 5 | $0.00002 | $0.00043 |
| Haiku 4.5 | $0.00001 | $0.00022 |
Grade A, and why
alice-message scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
Alice Message
发送图片或文件到当前会话。纯文本直接输出即可,不用此 skill。
命令
图片:
scripts/alice-message.sh image --path /path/to/img.png- 本地文件scripts/alice-message.sh image --image-key img_v3_xxx- 已有飞书图片
文件:
scripts/alice-message.sh file --path /path/to/report.pdf- 本地文件scripts/alice-message.sh file --file-key file_v3_xxx- 已有飞书文件
规则
- 已有 key 时优先复用
--image-key/--file-key - 不要向用户索要
receive_id_type、receive_id、source_message_id(由 session 自动注入) - 文件不存在/不可读时报告错误,不要重试
What ships with it
2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 8d ago First seen · 25 lines · 12 tokens per session scan A 2ccd97af4d3c
alice-message is a skill published in the GitHub repository Alice-space/alice (5 stars, last pushed 1mo ago), licensed MIT. It adds 12 tokens to every session and 217 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
codebase-classification
Classify codebases before modification to choose appropriate development approach.
python-repl
Interactive Python REPL automation with common helpers and best practices.
expert-agent-manager
Manage octo's agent profiles through conversation — create, modify, delete, list, and bind agents to IM chats by calling REST APIs. This skill is exclusive to the Default Agent (full-access). Use when the user wants to manage agents conversationally, e.g. "create a code review agent", "list all agents", "bind agent X…
genui
Render structured, glanceable, interactive UI in the chat instead of plain text — dashboards, stat cards, filterable tables, charts, mermaid diagrams, choice panels, forms, quizzes. Panels can carry an id so later turns update them in place, and most interaction resolves in the browser with no round-trip. Read this…
onboard
Onboard a new user OR curate a single piece of the assistant's inner state. Without arguments, runs the full first-run ceremony (AI name, personality, user profile, soul.md + user.md). With scope:soul or scope:user, runs a quick chat to update just that one profile file. With path: , runs a quick chat to update / keep…
legal-drafting
A guide for drafting common legal documents used in mainland China, including court filings, lawyer letters, legal opinions, and contract drafts. It marks facts, amounts, legal grounds, and other details that still need verification.