alice-message

alice-message is a skill for Codex from Alice-space/alice. It costs 12 tokens per session (217 once invoked), scanned A, original, MIT.

A skill for sending image and file attachments to the current session. It can use either a local file path or an existing Feishu attachment key.

In plain words
What is it for?
Use it to send local images or files, or to resend images and files that already have Feishu keys.
Why use it?
It removes the need to handle attachment delivery manually and reuses an existing attachment key when one is already available.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use it to send local images or files, or to resend images and files that already have Feishu keys.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/alice-space/alice/alice-message
Install

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.

Any agent
npx skills add Alice-space/alice --skill alice-message
Clone the repo
git clone --depth 1 https://github.com/Alice-space/alice

Made for: Codex.

Wrote 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.

agentmods badge for alice-message

README.md
[![agentmods](https://agentmods.dev/badge/skills/alice-space/alice/alice-message.svg)](https://agentmods.dev/skills/alice-space/alice/alice-message)
Your own site
<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>
Per session 12 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 217 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 8d ago against content hash 2ccd97af4d3c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

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.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/alice-message.sh), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

skills/alice-message/SKILL.md · 25 lines

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 - 已有飞书文件

规则

  1. 已有 key 时优先复用 --image-key / --file-key
  2. 不要向用户索要 receive_id_typereceive_idsource_message_id(由 session 自动注入)
  3. 文件不存在/不可读时报告错误,不要重试
Files

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.

Changes

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.

  1. 8d ago First seen · 25 lines · 12 tokens per session scan A 2ccd97af4d3c

Subscribe to this mod's changes

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.

Related

Other skills, from other repositories

codebase-classification

Classify codebases before modification to choose appropriate development approach.

gptme/gptme · 16 tokens

python-repl

Interactive Python REPL automation with common helpers and best practices.

gptme/gptme · 15 tokens

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…

open-octo/octo-agent · 121 tokens

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…

open-octo/octo-agent · 98 tokens

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…

open-octo/octo-agent · 154 tokens

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.

open-octo/octo-agent · 159 tokens