Skills for article extraction, document conversion, SQLite optimization, and API integrations (OpenRouter, Venice.ai, Z.ai)
npx claudepluginhub jrajasekera/jr-agent-skillsSkills collection: article extraction, codex review, document conversion, SQLite optimization, and API integrations for OpenRouter, Venice.ai, and Z.ai
A Claude Code plugin marketplace with skills for API integrations, document processing, and database optimization.
# Add the marketplace
/plugin marketplace add jrajasekera/jr-agent-skills
# Install the plugin (includes all skills)
/plugin install jr-agent-skills@jr-agent-skills
Extract clean, readable content from web articles by removing navigation, ads, and other clutter. Supports multiple extraction methods and output formats.
Cross-agent review for design docs and implementation plans using Codex. Gets feedback on plans before implementation.
OpenRouter API integration for unified access to 400+ LLM models from 70+ providers through a single API.
Convert documents between common formats using Pandoc for consistent output and easy automation.
Optimize SQLite database performance through configuration, schema design, indexing, and query tuning.
Venice.ai API integration for privacy-first AI applications including chat, image generation, video, TTS, STT, and embeddings.
Z.ai/ZhipuAI API integration for building applications with GLM models including chat, vision, image/video generation, and audio transcription.
jr-agent-skills/
├── .claude-plugin/
│ ├── marketplace.json # Marketplace registration
│ └── plugin.json # Plugin metadata
├── skills/ # All skill folders
│ ├── article-extractor/
│ ├── codex-review/
│ ├── openrouter-api/
│ ├── pandoc-converter/
│ ├── sqlite-optimization/
│ ├── venice-ai-api/
│ └── z-ai-api/
└── README.md
Each skill folder contains:
SKILL.md - Skill documentation and usage instructionsscripts/ - Executable scripts (if applicable)references/ - Detailed reference docs (if applicable)If you previously installed skills from the packaged_skills/ directory, remove those and use the marketplace installation above instead.
Created by Jrajasekera