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 agentmods add skills/pilotspace/pilot-space/create-note-from-chatnpx skills add pilotspace/pilot-space --skill create-note-from-chatgit clone --depth 1 https://github.com/pilotspace/pilot-spaceWrote 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/pilotspace/pilot-space/create-note-from-chat)<a href="https://agentmods.dev/skills/pilotspace/pilot-space/create-note-from-chat"><img src="https://agentmods.dev/badge/skills/pilotspace/pilot-space/create-note-from-chat.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 | $0.00014 | $0.00422 |
| Opus 5 | $0.00007 | $0.00211 |
| Sonnet 5 | $0.00003 | $0.00084 |
| Haiku 4.5 | $0.00001 | $0.00042 |
Grade A, and why
create-note-from-chat 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 3d 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
Create Note from Chat Skill
Convert a homepage Compact ChatView conversation into a structured note with TipTap content blocks.
Quick Start
Use this skill when:
- AI detects 2+ substantive exchanges in homepage chat
- User explicitly requests note creation from chat
- Conversation contains actionable insights worth preserving
Workflow
-
Detect Note-Worthy Content
- At least 2 substantive exchanges (not greetings or simple questions)
- Conversation contains actionable items, decisions, or analysis
- User has engaged with AI suggestions or asked follow-up questions
-
Extract Key Themes
- Generate concise title from main conversation topic
- Identify distinct discussion points for content blocks
-
Structure as TipTap Blocks
- User messages become blockquotes (attributed context)
- Assistant analysis becomes paragraphs (refined content)
- System messages are excluded
- Preserve chronological order
-
Create Note via API
- Call
POST /notes/from-chatwith structured content - Link to source chat session via
source_chat_session_id - Optionally associate with a project
- Call
Output Format
{
"note_id": "uuid",
"title": "Auth Refactor Strategy",
"source_chat_session_id": "uuid"
}
Proactive Suggestion
After 2+ exchanges, the AI may suggest: "Would you like me to save this conversation as a note? I can structure it with the key points we discussed."
Integration Points
- CreateNoteFromChatService: Backend service for note creation
- PilotSpaceStore: Frontend manages chat-to-note UI flow
- NoteCreationSuggestion: Frontend component for inline suggestion
References
- Spec: specs/012-homepage-note/spec.md (Chat-to-Note Endpoint)
- US-19: Homepage Hub feature
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.
- 3d ago First seen · 66 lines · 14 tokens per session scan A 1e8786dd6077
create-note-from-chat is a skill published in the GitHub repository pilotspace/pilot-space (2 stars, last pushed 2mo ago), licensed Apache-2.0. It adds 14 tokens to every session and 422 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
html-ppt-hermes-cyber-terminal
OpenDesign + BYOK: choosing and wiring your own model, hands-on — cost, quality, and the routing decision. Built as a decision-grade AI literacy deck for engineers, IT, applied-AI teams.
test-conversion
Workflow for converting unit tests to browser tests for Project Bedrock. Invoke this when the user wants to remove complex Browser dependencies from tests.
review-agentic-workflows
Review agentic workflow changes for correctness, security posture, and optimization opportunities with compile, validation, and audit evidence.
azure-mgmt-botservice-dotnet
Azure Resource Manager SDK for Bot Service in .NET. Management plane operations for creating and managing Azure Bot resources, channels (Teams, DirectLine, Slack), and connection settings. Triggers: "Bot Service", "BotResource", "Azure Bot", "DirectLine channel", "Teams channel", "bot management .NET", "create bot".
diagnostic-stem-delivery
Audio production with diagnostic analysis, timecode parsing from documents, and verified export workflow.
sn-da-large-file-analysis
万行以上 Excel 数据集的高性能分析引擎。提供 openpyxl readonly 流式读取(iterrows 支持 10 万行以上)、Parquet 转换加速、内存优化、分块处理和大文件写入模式。遇到以下任一情况就主动使用本 skill:①数据行数 ≥ 10k(由 sn-da-excel-workflow 的行数评估步骤触发);②用户出现触发词:大文件 / 大数据量 / 性能优化 / 内存不足 / OOM / 百万行 / 十万行 / 流式读取 / Parquet / 分块处理 / large file / big data / streaming read / chunked processing;③直接使用…