ソース情報
- リポジトリ
- lebiraja/skills4agents
- ソースの最終更新活動
- 2026年4月4日 12:48
- 検出された SKILL.md の言語
- 英語
- スター
- 1
- フォーク
- 0
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
SOC 職業分類に基づく
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/lebiraja/skills4agents --skill agent-module-aws-bedrock-pythonコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SKILL.md を表示中
Module: Docker + ML Service Deployment Standard
Module: Autonomous Academic Research and Paper Production Pipeline
Module: Comprehensive citation management for academic research. Search Google Scholar and PubMed for papers, extract accurate metadata, validate citations, and generate properly formatted BibTeX entries. This skill should be used when you need to find papers, verify citation information, convert DOIs to BibTeX, or ensure reference accuracy in scientific writing.
| name | agent-module-aws-bedrock-python |
| description | Module: AWS Bedrock Integration Standard (Python) |
agent.module.aws-bedrock-python1.0.0productionUse this module to integrate AWS Bedrock into backend services, AI pipelines, and RAG workloads.
Apply when:
Do not apply directly when:
bedrock:InvokeModelbedrock:InvokeModelWithResponseStreambedrock:Conversebedrock:ConverseStreamus-east-1 unless governance/latency requires another.AWS_DEFAULT_REGION.Use this minimum env schema:
AWS_ACCESS_KEY_ID=...
AWS_SECRET_ACCESS_KEY=...
AWS_SESSION_TOKEN=... # optional
AWS_DEFAULT_REGION=us-east-1
BEDROCK_LLM_MODEL=us.meta.llama4-scout-17b-instruct-v1:0
BEDROCK_EMBEDDING_MODEL=amazon.titan-embed-text-v2:0
BEDROCK_ENDPOINT_URL=... # optional
Security controls:
.env* files must be ignored by git.build_bedrock_client().Exit criteria:
maxTokens, temperature, topP.response.output.message.content[0].text safely.usage and metrics.latencyMs.Exit criteria:
inputText).embedding vector.Exit criteria:
Exit criteria:
| Decision Area | Preferred Option | Alternative | Selection Rule |
|---|---|---|---|
| Text API | Converse API | InvokeModel text payloads | Use Converse for provider-agnostic chat semantics. |
| Embeddings API | InvokeModel | Converse (if model supports) | Use model-native embedding contract for reliability. |
| Auth in cloud | IAM role/STS | Static access keys | Use roles in production; keys only for local/dev bootstrap. |
| Model selection | Env-driven model ID | Hard-coded model ID | Always keep model ID configurable. |
AccessDeniedException, timeout, throttling.>= 99.5%>= 99.9%<= 4.0 s<= 1.0 s<= 10% per release cycleAccessDeniedException:
This module is transportable across Python services. Adapt only: