Install
$ agentstack add skill-fboldo-oiap-oiap-platform-matrix-refresh ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
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 →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.mdMATRIX.mdpackage.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
- Resolve the platform scope.
- Start from the Documentation Sources table in
MATRIX.md. - 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.
- Prefer official docs, canonical vendor repositories, and release notes.
- 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.
- For each platform, extract evidence for package, rules, skills, commands,
hooks, agents/delegation, MCP/tools, runtime adapter needs, permissions, and policy controls.
- 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.tspackages/exporter-/src/exporter.tspackages/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.
- Author: fboldo
- Source: fboldo/oiap
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.