freaxnx01

Flowhub Capture — Development skill for Claude Code

Development community

Capture a free-form input (URL or text) into the user's Vikunja Inbox.

How to install Flowhub Capture

Installs to ~/.claude/commands/freaxnx01-flowhub-cas-aise-flowhub-capture.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/freaxnx01/FlowHub-CAS-AISE/HEAD/.claude/commands/flowhub-capture.md -o ~/.claude/commands/freaxnx01-flowhub-cas-aise-flowhub-capture.md

Restart Claude Code, or start a new session, for it to be picked up.

What Flowhub Capture does

Capture a free-form input (URL or text) into the user's Vikunja Inbox.

Input: $ARGUMENTS

Follow the canonical skill body in `.ai/skills/flowhub-capture.md` exactly. It contains the credential lookup, inbox detection, input parsing, payload construction, and error handling steps.

Quick reference

  • Vikunja: https://todo.home.freaxnx01.ch
  • Inbox detection: GET /api/v1/user.settings.default_project_id
  • Create endpoint: PUT /api/v1/projects/{inbox_id}/tasks with `{"title":..., "descrip

Alternatives in Development

  • Om Intake — Process all unread meeting notes in work/meetings/ — reads each file, classifies content, routes to the right 4.6k ★
  • Claude Supermemory — Persistent memory across sessions and projects using Supermemory 2.3k ★
  • Skill Inbox — /skill-inbox — Skill Suggestion Inbox 216 ★

Full documentation available on GitHub

View Source Repository