opencodedoc

Fetch latest release data and repo info for OpenCode and oh-my-opencode from GitHub.

Updated Jan 22, 2026
One-click install
npx skills add https://github.com/NightmareZero/myAgSkills --skill opencodedoc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: opencodedoc
Source: https://github.com/NightmareZero/myAgSkills/tree/main/opencodedoc
Command: npx skills add https://github.com/NightmareZero/myAgSkills --skill opencodedoc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, and includes scripts (resource) components.

What problem does it solve?

OpenCode and oh-my-opencode information changes frequently; users need a single source to fetch current versions, features, updates, and FAQ without manual lookups.

Core Features & Use Cases

  • Dynamic retrieval of latest versions, release notes, core features, and FAQ for both OpenCode and oh-my-opencode.
  • Supports questions like "What's the latest OpenCode version?" and "Tell me about oh-my-opencode".
  • Use when Claude needs current data about OpenCode projects or when building up-to-date help.

Quick Start

Ask for the latest versions or updates and the skill will return current OpenCode and oh-my-opencode information.

Frequently Asked Questions about opencodedoc

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I fetch the latest OpenCode and oh-my-opencode release versions from GitHub?

Fetch the latest OpenCode and oh-my-opencode release versions by retrieving current GitHub API repository data. The skill dynamically queries release tags and basic repo info, returning structured JSON with 1-hour caching for real-time version tracking.

How can I get recent updates and release notes for OpenCode projects?

Get recent OpenCode updates by fetching live release notes from GitHub repositories. The skill retrieves dynamic release data for both OpenCode and oh-my-opencode, applying 1-hour caching to ensure current feature and update information without manual lookups.

Does the GitHub API data fetcher return structured JSON for OpenCode feature inquiries?

Yes, the GitHub API data fetcher returns structured JSON for OpenCode feature inquiries. It retrieves current repo info and release data, formatting output for easy consumption and integration into automated help systems.

Can I use this tool to build up-to-date FAQ documentation for oh-my-opencode?

Yes, you can build up-to-date FAQ documentation for oh-my-opencode. It dynamically retrieves current versions, core features, and recent updates from GitHub, providing a single source for generating accurate help documentation.

Why does the OpenCode version query return cached data instead of real-time updates?

OpenCode version queries return cached data because the skill implements 1-hour caching to optimize GitHub API requests. This mechanism reduces rate limiting risks while ensuring version and release notes remain current within the caching window.

Do I need the requests library to fetch oh-my-opencode repository info?

Yes, you need the requests library to fetch oh-my-opencode repository info. The skill depends on the requests package to execute GitHub API calls for retrieving release data, basic repo info, and FAQ content.