Overview
- Skill Key
- echoofzion/little-steve-content-inbox
- Author
- echoofzion
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/echoofzion/little-steve-content-inbox
- Latest Commit SHA
- 0b3370b3cba60367e335bcbad2729a1331a45e73
Little Steve Content Inbox
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 Little Steve Content Inbox 技能。 若已安装,则直接安装 Little Steve Content Inbox 技能。
# 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.json`
- `skills/little-steve-content-inbox/data/view-state.json`
## Agent Command Conventions
1. Add link
```bash
bash {baseDir}/scripts/inbox.sh add --type link --title "Article title" --url "https://example.com/article" --tags "tech,ai"
```
2. Add note
```bash
bash {baseDir}/scripts/inbox.sh add --type note --title "Quick thought" --content "Some text content to save"
```
3. Add image
```bash
bash {baseDir}/scripts/inbox.sh add --type image --title "Screenshot" --media-path "/path/to/image.png"
```
4. List items (default: all, 10 per page)
```bash
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
```
5. Next page
```bash
bash {baseDir}/scripts/inbox.sh more
```
6. View item detail
```bash
bash {baseDir}/scripts/inbox.sh view --id <id>
```
7. Update status
```bash
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
```
8. Delete item
```bash
bash {baseDir}/scripts/inbox.sh delete --id <id>
```
## Content Types
- `link` — web URL (article, tweet, page)
- `note` — plain text
- `image` — local image file
- `video` — (reserved for future use)
## Status Enum
- `unread` — new, not yet reviewed
- `read` — reviewed
- `starred` — 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`)
## Im...
# Little Steve Content Inbox You know how it goes. You're scrolling through Twitter, a newsletter, a Reddit thread — and you find something worth reading. But not right now. So you forward it to yourself on Telegram. Then you find another one. And another. Three weeks later, your chat history is a graveyard of links. Hundreds of them. You scroll past them every day, meaning to get back to them, never quite doing it. The good stuff is buried. The motivation is gone. **Little Steve Content Inbox** is built for exactly this problem. It's not a read-later app. It's not a bookmark manager. It's a lightweight inbox that lives inside your chat, so saving something is as natural as sending a message — and so is coming back to it. Save links, notes, and images directly in conversation. Browse by status. Star the ones worth keeping. Get gently nudged to clear your backlog. The content you actually care about, organized and within reach — not silently rotting in a scroll. ## Key Capabilities - Archive multiple content types: links, notes, images (video reserved) - Status management: `unread` / `read` / `starred` - Paginated browsing: 10 items per page with "more" for next page - View full details by ID - Delete items by ID - Auto-detect content type from input - Source domain extraction for links ## Dependency - `jq` macOS: ```bash brew install jq ``` ## Common Commands ```bash # Add a link bash scripts/inbox.sh add --type link --title "Interesting article" --url "https://example.com/article" --tags "tech" # Add a note bash scripts/inbox.sh add --type note --title "Quick thought" --content "Something to remember" # Add an image bash scripts/inbox.sh add --type image --title "Screenshot" --media-path "/path/to/image.png" # List all (newest first, 10 per page) bash scripts/inbox.sh list --status all # List unread only bash scripts/inbox.sh list --status unread # Next page bash scripts/inbox.sh more # View detail bash scripts/inbox.sh view --id 1 # Mark as read...
openstockdata
OpenClaw Skill for stock data analysis
capt-marbles
Generative Engine Optimization (GEO) for AI search visibility. Optimize content to appear in ChatGPT, Perplexity, Claude, and Google AI Overviews. Use when optimizing websites, pages, or content for LLM discoverability and citation.
camopel
Continuous financial news crawler for finviz.com with SQLite storage, article extraction, and query tool. Use when monitoring financial markets, building news digests, or needing a local financial news database. Runs as a background daemon or systemd service.
camopel
Free multi-engine web search via ddgs CLI (DuckDuckGo, Google, Bing, Brave, Yandex, Yahoo, Wikipedia) + arXiv API search. No API keys required. Use when user needs web search, research paper discovery, or when other skills need a search backend. Drop-in replacement for web-search-plus.
capgoblin
Access unsecured credit lines for AI agents on the Arc Network using the Credex Protocol. Use for borrowing USDC against reputation, repaying debt to grow credit limits, providing liquidity as an LP, or managing cross-chain USDC via Circle Bridge. Triggers on "borrow from credex", "repay debt", "deposit to pool", "check credit status", "provide liquidity", or any credit/lending task on Arc.
capt-marbles
Control PhantomBuster automation agents via API. List agents, launch automations, get output/results, check status, and abort running agents. Use when the user needs to run LinkedIn scraping, Twitter automation, lead generation phantoms, or any PhantomBuster workflow.