flpbalada/fb-skills

opencode-skill-usage

List completed OpenCode skill calls ranked by usage count. Use when users ask for most-used skills, skill usage counts, skill statistics, or a ranked skill usage table.

First seen Jul 20, 2026

Installation

$ npx skills add flpbalada/fb-skills --skill opencode-skill-usage

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from flpbalada/fb-skills · top by installs.

npx skills add flpbalada/fb-skills

Browse all from flpbalada/fb-skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Declared

Repository health

Stars 7
Default branch main
Open issues 0
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

Declared agents opencode

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,000 B
  • docs SUMMARY.md 196 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 4 installs

SKILL.md

OpenCode Skill Usage

Return completed OpenCode skill calls ranked by count.

Input

Optional positive integer result limit.

Default: 20.

Flow

  1. Resolve this skill's base directory from loaded skill metadata.
  2. Run <skill-base-directory>/scripts/opencode-skill-usage.sh.
  3. Pass user-provided limit when present.
  4. Return script output unchanged.

Examples:

<skill-base-directory>/scripts/opencode-skill-usage.sh
<skill-base-directory>/scripts/opencode-skill-usage.sh 10

Rules

  • Query ~/.local/share/opencode/opencode.db.
  • Use read-only SQLite mode.
  • Count only completed skill tool calls.
  • Sort by count descending, then skill name ascending.
  • Never modify database or other files.
  • Preserve script errors instead of inventing results.