Back to Registry
View Author Profile
Official Verified
Little Steve Content Inbox
Skill by echoofzion
skill-install — Terminal
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/echoofzion/little-steve-content-inboxOr
name: little-steve-content-inbox version: 0.1.5 description: Little Steve Content Inbox: stop letting good content rot in your chat history. Save links, notes, and images right in your IM, manage read status, and actually get back to them. / 小史内容收件箱:别让好内容烂在聊天记录里。在 IM 里直接收录链接、文字、截图,按状态管理,真正回看。 homepage: https://github.com/EchoOfZion/little-steve-content-inbox requires: bins: - jq
Little Steve Content Inbox
A lightweight content archiving and review tool for IM workflows. Archive links, notes, and images sent in chat, manage their read status, and browse with pagination.
Data Files
skills/little-steve-content-inbox/data/items.jsonskills/little-steve-content-inbox/data/view-state.json
Agent Command Conventions
- Add link
bash {baseDir}/scripts/inbox.sh add --type link --title "Article title" --url "https://example.com/article" --tags "tech,ai"
- Add note
bash {baseDir}/scripts/inbox.sh add --type note --title "Quick thought" --content "Some text content to save"
- Add image
bash {baseDir}/scripts/inbox.sh add --type image --title "Screenshot" --media-path "/path/to/image.png"
- List items (default: all, 10 per page)
bash {baseDir}/scripts/inbox.sh list --status all
bash {baseDir}/scripts/inbox.sh list --status unread
bash {baseDir}/scripts/inbox.sh list --status read
bash {baseDir}/scripts/inbox.sh list --status starred
- Next page
bash {baseDir}/scripts/inbox.sh more
- View item detail
bash {baseDir}/scripts/inbox.sh view --id <id>
- Update status
bash {baseDir}/scripts/inbox.sh status --id <id> --status read
bash {baseDir}/scripts/inbox.sh status --id <id> --status starred
bash {baseDir}/scripts/inbox.sh status --id <id> --status unread
- Delete item
bash {baseDir}/scripts/inbox.sh delete --id <id>
Content Types
link— web URL (article, tweet, page)note— plain textimage— local image filevideo— (reserved for future use)
Status Enum
unread— new, not yet reviewedread— reviewedstarred— bookmarked / favorited
IM Output Format
- List: newest first, 10 items per page
- Per item:
[status][type] #ID title(compact, no URL/path in list) - Footer:
-- more: N total, showing X-Y --or-- end: N total -- - Full URL/path only shown in detail view (
view --id)
Important: Explicit Intent Only
Do NOT auto-archive. Only run add when the user explicitly asks to save/archive content using keywords such as: 收录, 归档, 保存, 记录, archive, save, bookmark. If the user simply shares a URL, text, or image in conversation without these keywords, treat it as normal chat — do not archive it.
IM Natural Language Mapping
Metadata
AI Skill Finder
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skill Add to Configuration
Paste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-echoofzion-little-steve-content-inbox": {
"enabled": true,
"auto_update": true
}
}
}Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.