agent-skills
Connect Notion, Todoist, Gmail, image generation, and code search
All Skills in This Repository (20)
Pure Emerald Level Indicatorshere-be-git
Initialize a Git repository with optional agent instructions and .gitignore templates.
anki-connect
Translate user intents into AnkiConnect API calls against a running Anki instance.
notion-api
Authenticate with Notion API tokens and manage pages, databases, blocks, and comments.
context7
Retrieve current library documentation via the Context7 API.
promptify
Transform vague user requests into precise AI prompts with explicit constraints.
raindrop-api
Manage Raindrop.io bookmarks via REST API with curl and jq.
todoist-api
Manage Todoist tasks, projects, sections, labels, and comments via the td CLI.
ultrathink
Print colorful ANSI art of the word ultrathink to the terminal.
lorem-ipsum
Generate lorem ipsum placeholder text for mockups, templates, and drafts.
mgrep-code-search
Perform semantic search across codebases and documents using natural-language queries.
ray-so-code-snippet
Generate code snippet images via ray.so with configurable themes, backgrounds, and line numbers.
beautiful-mermaid
Render Mermaid diagrams as SVG and PNG with configurable themes.
Frequently Asked Questions
FAQPage SchemaHow to install agent-skills?βΌ
Run `npx skills add intellectronica/agent-skills --all -g -y` in your terminal to install every skill globally, or add a single one with `--skill skill-name`.
What can I do with intellectronica/agent-skills?βΌ
You can manage Notion pages, Todoist tasks, Raindrop bookmarks, Anki flashcards, and Google Workspace from plain-language requests. It also generates images, renders diagrams, converts files to Markdown, and searches code semantically.
Does it work with Claude Code and other coding agents?βΌ
Yes. Every skill follows the standard SKILL.md format, so it runs in Claude Code, Cursor, Codex, and any compatible agent environment.
Do I need API keys for these skills?βΌ
Only for the services you actually use, such as Notion, Raindrop, or OpenAI. Each skill explains exactly which environment variable to set and never exposes your tokens.
Can non-developers use these skills?βΌ
Yes. Once installed, you simply describe what you want in plain English and the agent handles the commands, authentication, and confirmations for you.
Related Repositories in Software Engineering
View All in Software Engineeringβopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core