repositories
loading repo index
repositories
loading repo index
repository
loading code, commits, and activity
public Clawd ADK gateway launch mirror
stars
latest
clone command
git clone gitlawb://did:key:z6Mkq5mY...iFZ5/my-project-publ...git clone gitlawb://did:key:z6Mkq5mY.../my-project-publ...2fa351d6docs: add automaton and perps launch sources16d ago| #1 | { |
| #2 | "skillId": "apple-notes", |
| #3 | "name": "apple-notes", |
| #4 | "description": "Manage Apple Notes via the `memo` CLI on macOS (create, view, edit, delete, search, move, and export notes). Use when a user asks Clawdbot to add a note, list notes, search notes, or manage note folders.", |
| #5 | "category": "pump-protocol", |
| #6 | "path": "apple-notes/SKILL.md", |
| #7 | "url": "https://x402.wtf/api/skills/apple-notes", |
| #8 | "tags": [ |
| #9 | "apple", |
| #10 | "solana", |
| #11 | "notes" |
| #12 | ], |
| #13 | "requiredEnv": [], |
| #14 | "homepage": null, |
| #15 | "attestation": { |
| #16 | "status": "pending", |
| #17 | "isFormallyVerified": false, |
| #18 | "attestationPda": null, |
| #19 | "verificationTimestamp": null |
| #20 | }, |
| #21 | "markdown": "---\nname: apple-notes\ndescription: Manage Apple Notes via the `memo` CLI on macOS (create, view, edit, delete, search, move, and export notes). Use when a user asks Clawdbot to add a note, list notes, search notes, or manage note folders.\nhomepage: https://github.com/antoniorodr/memo\nmetadata: {\"clawdbot\":{\"emoji\":\"📝\",\"os\":[\"darwin\"],\"requires\":{\"bins\":[\"memo\"]},\"install\":[{\"id\":\"brew\",\"kind\":\"brew\",\"formula\":\"antoniorodr/memo/memo\",\"bins\":[\"memo\"],\"label\":\"Install memo via Homebrew\"}]}}\n---\n\n# Apple Notes CLI\n\nUse `memo notes` to manage Apple Notes directly from the terminal. Create, view, edit, delete, search, move notes between folders, and export to HTML/Markdown.\n\nSetup\n- Install (Homebrew): `brew tap antoniorodr/memo && brew install antoniorodr/memo/memo`\n- Manual (pip): `pip install .` (after cloning the repo)\n- macOS-only; if prompted, grant Automation access to Notes.app.\n\nView Notes\n- List all notes: `memo notes`\n- Filter by folder: `memo notes -f \"Folder Name\"`\n- Search notes (fuzzy): `memo notes -s \"query\"`\n\nCreate Notes\n- Add a new note: `memo notes -a`\n - Opens an interactive editor to compose the note.\n- Quick add with title: `memo notes -a \"Note Title\"`\n\nEdit Notes\n- Edit existing note: `memo notes -e`\n - Interactive selection of note to edit.\n\nDelete Notes\n- Delete a note: `memo notes -d`\n - Interactive selection of note to delete.\n\nMove Notes\n- Move note to folder: `memo notes -m`\n - Interactive selection of note and destination folder.\n\nExport Notes\n- Export to HTML/Markdown: `memo notes -ex`\n - Exports selected note; uses Mistune for markdown processing.\n\nLimitations\n- Cannot edit notes containing images or attachments.\n- Interactive prompts may require terminal access.\n\nNotes\n- macOS-only.\n- Requires Apple Notes.app to be accessible.\n- For automation, grant permissions in System Settings > Privacy & Security > Automation.\n" |
| #22 | } |
| #23 |