Token-efficient MySQL/PostgreSQL operations using mycli and native CLI tools (Windows/Mac/Linux compatible). Replaces Artisan Tinker for database queries with 87% token savings.
Token-efficient MySQL/PostgreSQL operations using mycli and native CLI tools (Windows/Mac/Linux compatible). Replaces Artisan Tinker for database queries with 87% token savings.
Category: Utilities | Language: Unknown | Version: 1.0.0
| Property | Value | |----------|-------| | Language | Unknown | | Token Savings | 87% vs agent approach (200 vs 1,500+ tokens)% | | Category | Utilities | | Tags | N/A |
Token-efficient MySQL/PostgreSQL operations using mycli and native CLI tools (Windows/Mac/Linux compatible). Replaces Artisan Tinker for database queries with 87% token savings.
No benchmarks available yet. Contributions welcome!
| Operation | Native Tool | Time | This Skill | Time | Improvement |
|-----------|-------------|------|------------|------|-------------|
| Example op | native command | 1000ms | skill command | 200ms | 80% faster |
# Skill is included in the framework at:
# generic-claude-framework\skills\sql-cli
# If not present, copy from framework:
cp -r .claude/skills/sql-cli /your-project/.claude/skills/
# Test skill functionality (see skill-specific docs for commands)
# Example for Python skills:
python .claude/skills/{skill.name}/run.py --help
# Example for Bash skills:
bash .claude/skills/{skill.name}/skill.sh --help
See the skill documentation for detailed usage instructions.
Last Updated: 2025-10-23 Maintainer: Community Status: Unknown Ready
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer