AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Oiap Platform Matrix Refresh

skill-fboldo-oiap-oiap-platform-matrix-refresh · by fboldo

Use when: refreshing OIAP platform support documentation, updating MATRIX.md, researching agent harness platform docs, auditing exporter assumptions, checking target profiles against adapters, or verifying capabilities such as hooks, MCP, skills, commands, rules, custom agents, runtime bridges, package formats, permissions, and policies across Claude Code, Codex, Gemini CLI, Hermes, Kiro, Cursor,…

No reviews yet
0 installs
12 views
0.0% view→install

Install

$ agentstack add skill-fboldo-oiap-oiap-platform-matrix-refresh

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-fboldo-oiap-oiap-platform-matrix-refresh)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Oiap Platform Matrix Refresh? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

OIAP Platform Matrix Refresh

Use this skill to refresh OIAP's platform support matrix from current platform documentation and compare the results against implemented OIAP adapters.

The workflow updates documentation and produces an adapter review report. It does not install host tools, mutate user agent configuration, or implement adapter code unless the user explicitly asks for that follow-up.

Inputs

The user may name one platform, several platforms, or all. If no scope is given, refresh the targets that are most likely to have changed or that have ? marks in MATRIX.md.

Read First

Read these files before researching:

  • ARCHITECTURE.md
  • MATRIX.md
  • package.json

Then inspect adapter code if it exists:

rg --files packages .agents | rg 'exporter|adapter|profile|target|platform'

If no adapter packages exist, treat adapter checks as planned-package checks and say that no implementation comparison was possible yet.

Research Procedure

  1. Resolve the platform scope.
  2. Start from the Documentation Sources table in MATRIX.md.
  3. Use the queries in [platform-source-queries.md](./references/platform-source-queries.md)

to find feature-specific docs and replacement official sources for rows marked needs verification.

  1. Prefer official docs, canonical vendor repositories, and release notes.
  2. Use community posts only as leads. Do not cite them as source of truth unless

no official source exists, and mark that evidence as unverified.

  1. For each platform, extract evidence for package, rules, skills, commands,

hooks, agents/delegation, MCP/tools, runtime adapter needs, permissions, and policy controls.

  1. Record dates and URLs in your working notes so the final summary can explain

what changed.

When official docs cannot be found or are ambiguous, keep the matrix mark as ? and add a short note instead of guessing.

Matrix Update Rules

Use the existing legend in MATRIX.md:

  • Y: native or first-class target surface expected.
  • P: partial support, profile-dependent support, or likely support needing

verification.

  • F: OIAP fallback support.
  • R: runtime bridge required.
  • N: not expected.
  • ?: needs verification.

Update the matrix only when evidence changes OIAP's export model. Keep wording focused on generated bundles and adapter behavior, not installation steps.

Adapter Comparison

Compare the refreshed matrix against adapter implementation if present.

Look for:

  • packages/exporter-/src/profile.ts
  • packages/exporter-/src/exporter.ts
  • packages/target-profiles/src/.ts
  • Tests or fixtures that snapshot generated capability reports.

Classify mismatches as:

| Category | Meaning | | --- | --- | | docs-ahead | Matrix documents a capability the adapter does not implement yet | | adapter-ahead | Adapter implements a capability missing from the matrix | | stale-docs | Platform docs changed and the matrix needs a wording/capability update | | unsupported-required | Required OIAP behavior cannot be exported safely for that target | | needs-source | No current official source was found | | target-renamed | Platform naming or package shape changed |

Add important mismatches to the Adapter Review Queue in MATRIX.md. Do not change adapter behavior unless the user explicitly asks for an implementation pass.

Reporting Format

End with a concise report:

## Platform Matrix Refresh

Updated: 
Sources checked: 
Matrix changes: 
Adapter mismatches: 
Open questions: 
Validation: 

Mention exact platforms that remain ? and why.

Validation

After edits, run:

bunx biome check README.md ARCHITECTURE.md MATRIX.md .agents/skills/oiap-platform-matrix-refresh/SKILL.md .agents/skills/oiap-platform-matrix-refresh/references/platform-source-queries.md

Also run editor diagnostics for edited Markdown files when available.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.