feat: AWS Agent Toolkit skills + plugins for all packs - #77
Merged
Conversation
Adds official AWS Agent Toolkit (aws/agent-toolkit-for-aws) to all agent packs. Toolkit skills overwrite loki-skills duplicates (toolkit is newer, officially evaluated by AWS). common.sh: - install_aws_toolkit_skills(): npx skills add + git sparse-clone fallback - install_aws_mcp_proxy(): pins mcp-proxy-for-aws@1.6.3 (replaces awslabs.*) claude-code: - Installs aws-core + aws-agents plugins via /plugin install - Skills: loki-skills + toolkit (toolkit overwrites duplicates) codex-cli: - Adds aws/agent-toolkit-for-aws marketplace + aws-core plugin - Skills: loki-skills + toolkit kiro-cli: - Replaces 5 individual awslabs.* MCP servers with mcp-proxy-for-aws@1.6.3 (single endpoint, 300+ services, IAM audit logging, CloudTrail) - Skills: loki-skills + toolkit openclaw: - Installs aws-core + aws-agents plugins via openclaw plugins install - Skills: toolkit added to ~/.openclaw/workspace/skills/ hermes, pi, roundhouse: - Skills: loki-skills + toolkit (skills-only, no plugin/MCP system)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Integrates the official AWS Agent Toolkit across all lowkey agent packs.
What changed
common.sh(shared helpers)install_aws_toolkit_skills(target_dir)— installs vianpx skills add, falls back to sparse git cloneinstall_aws_mcp_proxy(region, config_path)— configuresmcp-proxy-for-aws@1.6.3claude-codeaws-core+aws-agentsvia/plugin install @claude-plugins-officialcodex-clicodex plugin marketplace add aws/agent-toolkit-for-awsthenaws-corekiro-cliawslabs.*MCP servers →mcp-proxy-for-aws@1.6.3(single endpoint, 300+ services, CloudTrail audit logging)openclawaws-core+aws-agentsviaopenclaw plugins install~/.openclaw/workspace/skills/hermes,pi,roundhouseToolkit skill coverage
Core skills: CDK, CloudFormation, serverless, containers, IAM, Bedrock, observability, billing, networking
Specialized: EC2, RDS/Aurora, Lambda, S3, EFS, OpenSearch, analytics, security, migration
All installs are best-effort (non-fatal on failure).