Communitygithub.com

KristenPan/pickoo-your-favorites

Local-first creator favorites workbench with evidence-preserving Markdown capture and a complete browser UI.

Was ist pickoo-your-favorites?

pickoo-your-favorites is a Claude Code agent skill that local-first creator favorites workbench with evidence-preserving Markdown capture and a complete browser UI.

Funktioniert mit~Claude Code~Codex CLI~Cursor
npx skills add KristenPan/pickoo-your-favorites

In Ihrer bevorzugten KI fragen

Öffnet einen neuen Chat, in dem dieser Agent-Skill bereits geladen ist.

Dokumentation

Pickoo

Pickoo is a complete local-first favorites workbench with a browser frontend, local Node.js server, shared task journal, and three bundled Agent Skills.

Authorization boundary

Before the first dependency installation, runtime/model download, browser login connection, or Agent Skill installation, explain the action and ask for user approval. Ordinary capture may access only the links the user submitted and the configured Pickoo library.

Read docs/PERMISSIONS.md before setup or any operation involving browser state, local Agent folders, media downloads, OCR, ASR, or private sessions.

Start

  1. Confirm Node.js 20+ and Python 3.10+ are available.
  2. In this Skill directory, install Node dependencies with npm ci only after approval.
  3. Install Python dependencies from skill-source/creator-content-ingest/requirements.txt only when capture is requested and after approval.
  4. Start with npm start and open http://127.0.0.1:4324.
  5. Let the user choose a library in settings, or use PICKOO_LIBRARY_ROOT. Never infer a personal Obsidian or another project's path.

Runtime data lives outside this package. On macOS it defaults to ~/Library/Application Support/Pickoo; settings default to ~/.config/pickoo/settings.json; the content library defaults to ~/Documents/Pickoo Library.

Save links

Use the bundled intake entry point:

python3 skill-source/save-to-favorites/scripts/save_link.py submit --wait --input '<complete share text>' --source-agent '<agent>' --input-channel agent-direct

The intake wrapper owns duplicate detection and handoff to creator-content-ingest. Do not create a second intake task through another capture Skill.

Respect platform access controls. Do not bypass login, membership, DRM, regional, signature, or rate limits. Report partial and failed states honestly.

Verwandte Skills