Install
$ agentstack add skill-basemachina-skills-basemachina-docs ✓ 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 Used
- ✓ 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
BaseMachina 公式ドキュメント回答
BaseMachina の仕様・使い方・制約・コード例は記憶で断定せず、公式ドキュメント()を source of truth として確認してから回答する。
いつ使うか
- BaseMachina / ベースマキナの機能、設定、エラー、制約、移行、最新仕様について質問された
- アクション、JavaScript アクション、データソース、ビュー、bridge、コード管理、CLI、SDK、
@basemachina/view、@basemachina/sdkに関する説明やコード例が必要 - 「公式 docs ではどうなっているか」「最新の仕様を確認して」など、根拠付き回答が必要
いつ使わないか
- ユーザーが明示的に「検索しないで」「手元の情報だけで」と依頼している
- ローカル repo の実装、未公開仕様、DB、運用ログだけを根拠にすべき調査
- BaseMachina 以外の一般的な技術相談
調査手順
- 質問から対象領域、機能名、API 名、UI 名、エラー文、バージョンや環境を抽出する
- まず公式の AI 向け全文ソース
https://docs.basemachina.com/llms-full.txtを取得して検索する
- 例:
curl -L --fail https://docs.basemachina.com/llms-full.txt -o /tmp/basemachina-llms-full.txt - 例:
rg -n -i "executeAction|createActionJob|JavaScript action" /tmp/basemachina-llms-full.txt
- 見つかった見出し・URL・本文近辺を読み、必要なら該当する個別公式ページも開いて確認する
llms-full.txtで足りない場合だけ、docs.basemachina.comに限定して追加検索する- 仕様が分かれる場合は、ガイド、API リファレンス、CLI リファレンス、リリースノート、トラブルシューティングなど複数の公式ページを照合する
検索・閲覧できない場合は、その制約を明示し、公式確認なしに断定しない。
回答方針
- 日本語で簡潔に回答し、確認した公式 URL を含める
- 公式ドキュメントで確認できた事実と、そこからの推論を分けて書く
- 公式ドキュメントに見つからない内容は「公式ドキュメントでは確認できない」と明示する
- コード例を書くときは、import 元、前提パッケージ、実行場所を docs 上の表記に合わせる
- 非公式記事、個人ブログ、Q&A、検索スニペットは公式ページへの導線としてだけ使う
優先ソース
- 公式ドキュメント:
- AI 向け全文:
- AI 向け索引:
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: basemachina
- Source: basemachina/skills
- License: MIT
- Homepage: https://docs.basemachina.com/preview/code_management/
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.