lark-mcp-on-agentcore AGENTS.md

lark-mcp-on-agentcore AGENTS.md is an instructions file for Codex, OpenCode from ddpie/lark-mcp-on-agentcore. It costs 1,843 tokens per session, scanned A, original, MIT.

A set of AGENTS.md instructions for coding agents working on a remote Feishu MCP service. Feishu is a workplace collaboration platform, and MCP is a standard way for assistants to call software tools.

In plain words
What is it for?
Use it when developing, testing, or deploying this TypeScript, JavaScript, and Bash service that exposes Feishu APIs through many tools.
Why use it?
It explains the project's AWS deployment, structure, identity model, runtime behavior, and development commands before an agent changes the code.

Instructions file for CodexOpenCode

Written for Codex and OpenCode: the file is AGENTS.md. Also seen: mentions AGENTS.md; mentions Codex.

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/ddpie/lark-mcp-on-agentcore/agents-md
Clone the repo
git clone --depth 1 https://github.com/ddpie/lark-mcp-on-agentcore

Made for: Codex, OpenCode.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for lark-mcp-on-agentcore AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/ddpie/lark-mcp-on-agentcore/agents-md.svg)](https://agentmods.dev/instructions/ddpie/lark-mcp-on-agentcore/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/ddpie/lark-mcp-on-agentcore/agents-md"><img src="https://agentmods.dev/badge/instructions/ddpie/lark-mcp-on-agentcore/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,843 This file is loaded in full into every session.
When invoked 1,843 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.01843 $0.01843
Opus 5 $0.00922 $0.00922
Sonnet 5 $0.00369 $0.00369
Haiku 4.5 $0.00184 $0.00184

Measured 5d ago against content hash b3b09c348251, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

lark-mcp-on-agentcore AGENTS.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

AGENTS.md · 139 lines

How it starts

The opening of the file, as written. The whole thing — 139 lines — stays where its author put it; the contents beside it link to each section on GitHub.

AGENTS.md

Guidance for AI coding agents working in this repo. This file is the single source of truth for agent conventions; it links out rather than duplicating. Human onboarding docs live in docs/ (bilingual _en/_zh).

Project overview

Hosted remote-MCP service on AWS Bedrock AgentCore that wraps lark-cli so remote-MCP clients can call Feishu's 2500+ APIs via 200+ tools. Identity is user-only (each user calls as themselves; no bot identity, no event stream). Languages: TypeScript (lambda/, infra/), JavaScript (docker/, no build step), Bash (scripts/). Node 20, ARM64-only container. AWS CDK builds the image, IAM, Lambdas, and alarms; the AgentCore Runtime itself (its env vars, idle timeout, request-header allowlist) is provisioned by scripts/deploy.sh via boto3, not CDK — see docs/agent/architecture.md.

Each MCP session runs in its own AgentCore microVM — see docs/agent/architecture.md for the request lifecycle and concurrency model.

Setup & commands

npm install                 # root deps (lambda + docker tooling)
cd infra && npm install     # CDK deps

./scripts/test.sh           # default offline: unit + typecheck + lint
./scripts/test.sh --unit    # vitest only
./scripts/test.sh --full    # everything incl. smoke/mcp-protocol/audit/e2e (needs Docker/AWS)
npm run lint                # eslint (no Prettier); npm run lint:fix to autofix
npm run knip                # dead-code scan

./scripts/deploy.sh         # interactive deploy (re-run uses saved config)
./scripts/ops.sh status     # operations toolkit (status/list-users/list-apps/rebuild-registry/rename/revoke/refresh-all/logs/rotate-secret/destroy)
./scripts/teardown.sh       # destroy all resources
./scripts/upgrade.sh --all  # multi-app: canary the default app, then upgrade the rest

# Multi-Feishu-app (one AWS account/region hosts N apps; design in .claude/specs/2026-06-07-multi-app-*):
# Bare `deploy.sh` at a TTY shows an app picker (default / existing / new); --app skips it.
./scripts/deploy.sh --app <slug> --alias "<name>"   # deploy/onboard a named app (slug = a-z0-9-, ≤20)
./scripts/ops.sh --app <slug> status                # operate one app (default app omits --app)
./scripts/teardown.sh --app <slug>                  # tear down one app (shared WAF kept if others remain)

Read the full file on GitHub · 139 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 139 lines · 1,843 tokens per session scan A b3b09c348251

Subscribe to this mod's changes

lark-mcp-on-agentcore AGENTS.md is an instructions file published in the GitHub repository ddpie/lark-mcp-on-agentcore (8 stars, last pushed 7d ago), licensed MIT. It adds 1,843 tokens to every session, about $0.0092 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.