configure

configure is a skill for Claude Code from IS908/claude-lark-plugin. It costs 42 tokens per session (1,744 once invoked), scanned A, original, Apache-2.0.

A configuration command for the Lark/Feishu messaging connection used by the claude-lark-plugin. Lark, also called Feishu, is a team messaging and collaboration platform.

In plain words
What is it for?
Use it to set up Lark/Feishu, check current settings, or change how the plugin handles users, chats, messages, and scheduled scans.
Why use it?
It provides one place to inspect or change connection credentials, limits, filters, message settings, and scheduled-scan options.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: reads .claude/ paths; names the AskUserQuestion tool.

Part of the lark plugin — 2 skills, 1 MCP server shipped together

Good fit Use it to set up Lark/Feishu, check current settings, or change how the plugin handles users, chats, messages, and scheduled scans.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/is908/claude-lark-plugin/configure
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.

Any agent
npx skills add IS908/claude-lark-plugin --skill configure
Clone the repo
git clone --depth 1 https://github.com/IS908/claude-lark-plugin

Made for: Claude Code.

Or install lark, the plugin that ships this one along with the rest of its 2 skills, 1 MCP server.

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 configure

README.md
[![agentmods](https://agentmods.dev/badge/skills/is908/claude-lark-plugin/configure.svg)](https://agentmods.dev/skills/is908/claude-lark-plugin/configure)
Your own site
<a href="https://agentmods.dev/skills/is908/claude-lark-plugin/configure"><img src="https://agentmods.dev/badge/skills/is908/claude-lark-plugin/configure.svg" alt="Measured on agentmods" height="20"></a>
Per session 42 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,744 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00042 $0.01744
Opus 5 $0.00021 $0.00872
Sonnet 5 $0.00008 $0.00349
Haiku 4.5 $0.00004 $0.00174

Measured 8d ago against content hash 571d82a2d39c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

configure 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 8d 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.

skills/configure/SKILL.md · 170 lines

How it starts

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

/lark:configure

Manage the claude-lark-plugin configuration stored in ~/.claude/channels/lark/.env.

Arguments passed: $ARGUMENTS


No args — Show current status

  1. Read ~/.claude/channels/lark/.env if it exists.
  2. Display all recognized configuration keys with their current values.
  3. Mask sensitive values:
    • LARK_APP_ID: show the first 6 characters, mask the rest
    • LARK_APP_SECRET: show the first 3 and last 2 characters, mask the middle
  4. Group the output by category:
=== Credentials ===
LARK_APP_ID:       cli_a1****
LARK_APP_SECRET:   abc****xy

=== Memory ===
LARK_INACTIVITY_HOURS:     3
LARK_MAX_SEARCH_RESULTS:   2
LARK_MIN_SEARCH_SCORE:     0.3

=== Filtering ===
LARK_ALLOWED_USER_IDS:     (not set)
LARK_ALLOWED_CHAT_IDS:     (not set)

=== Messaging ===
LARK_TEXT_CHUNK_LIMIT:     4000

=== Acknowledgement ===
LARK_ACK_EMOJI:                MeMeMe
LARK_BOT_MESSAGE_TRACKER_SIZE: 500

=== CronJob ===
LARK_CRON_SCAN_INTERVAL:   60
LARK_CRON_TIMEZONE:        (system tz)
  1. Suggest next steps:
    • If credentials are missing: "Run /lark:configure <app_id> <app_secret> to set credentials, or /lark:configure setup for full interactive setup."
    • If credentials exist: "Configuration looks good. Restart the session or reload plugins to apply changes."

<app_id> <app_secret> — Quick credential setup

  1. Treat the first argument as LARK_APP_ID and the second as LARK_APP_SECRET.
  2. Run mkdir -p ~/.claude/channels/lark.
  3. Read the existing .env if present.
  4. Update or append:
    • LARK_APP_ID=<app_id>
    • LARK_APP_SECRET=<app_secret>
  5. Preserve all other existing keys unchanged.
  6. Write the file back.
  7. Confirm: "Credentials saved to ~/.claude/channels/lark/.env."
  8. Tell the user to restart or reload plugins.

setup — Full interactive setup

Walk the user through complete configuration, one question at a time using AskUserQuestion.

Step 1: Credentials

Ask for LARK_APP_ID and LARK_APP_SECRET.

  • If already set, show masked current values and ask if user wants to update.
  • If user says "keep" or "skip", preserve existing values.
  • Explain: these come from the Feishu Open Platform app dashboard.

Read the full file on GitHub · 170 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. 8d ago First seen · 170 lines · 42 tokens per session scan A 571d82a2d39c

Subscribe to this mod's changes

configure is a skill published in the GitHub repository IS908/claude-lark-plugin (7 stars, last pushed 2mo ago), licensed Apache-2.0. It adds 42 tokens to every session and 1,744 once invoked, about $0.0002 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.

Related

Other skills, from other repositories

larksnap-fetch

A bridge for downloading Feishu/Lark documents or ordinary webpages into local files, with options such as Markdown, HTML, or PDF. Feishu, also called Lark, is a workplace collaboration platform.

AmbroseX/larksnap · 111 tokens

lark-cli

A command-line tool for working with Lark, also called Feishu, a workplace collaboration platform. It covers services such as calendars, meetings, documents, spreadsheets, messaging, tasks, approvals, and shared files.

vaayne/agent-kit · 200 tokens

cherry-studio-design-language

A design system and template library for creating Cherry Studio presentations and other visual materials. It defines reusable page layouts, spacing, typography, icons, and visual rules.

YinsenWANG/feishu-ppt-skill · 79 tokens

3080-brief

Create a new source-grounded decision brief in the source format by default (Feishu/Lark, Word/docx, Markdown, or self-contained HTML) with a reader-fit Pyramid opening, one editable or auditable visual covering at least 80% of value-weighted non-appendix claims, and one key-question table. Use when the user names…

BobbyYue/3080-brief · 190 tokens

lark-sheets

A tool for creating and managing Feishu cloud spreadsheets, including sheets, rows, columns, cells, formulas, charts, pivot tables, filters, and formatting. Feishu is a cloud collaboration platform with spreadsheet features similar to online workbooks.

ddpie/lark-mcp-on-agentcore · 260 tokens

lark-drive

A Feishu cloud-drive tool for managing online files and folders. Feishu cloud drive is a shared online storage area, similar to Google Drive or Dropbox.

ddpie/lark-mcp-on-agentcore · 192 tokens