CtrlK
BlogDocsLog inGet started
Tessl Logo

mobility

城市移动导航:在路网中移动 agent 到 AOI/POI、搜索周边 POI、用引力模型推荐目的地。必须通过 ask_env 调用 MobilitySpace 工具。

54

Quality

60%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

Fix and improve this skill with Tessl

tessl review fix ./packages/agentsociety2/agentsociety2/contrib/env/mobility_space/agent_skills/mobility/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

65%Weight 40%Scale 1-5

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

The body is efficient and actionable with concrete ask_env examples and clear tool documentation, but workflows lack validation checkpoints and the large reference table is inlined rather than split into a bundled file.

Suggestions

Add explicit validation/checkpoint steps to the example workflows (e.g., confirm status=idle and arrival before issuing the next move).

Move the POI category table into a references/ file and link to it from the body to improve progressive disclosure.

Replace placeholders like <your_id> with concrete values in at least one end-to-end worked example.

DimensionReasoningScore

Conciseness

Lean and table-driven, assuming Claude's competence (no over-explanation of basic concepts); the long POI category table is reference data rather than padding, with only minor trim potential.

4 / 5

Actionability

Provides concrete ask_env call syntax and copy-paste-ready examples with real IDs and parameters; minor gaps remain from placeholders like <your_id> and natural-language instruction wording.

4 / 5

Workflow Clarity

Examples imply a sequence (observe → recommend → move) but there are no explicit validation checkpoints or feedback loops between steps.

3 / 5

Progressive Disclosure

Sections are well-organized, but at ~130 lines with the bulk POI category table inlined and no separate reference files, content that could be split out remains inline.

3 / 5

Total

14

/

20

Passed

Description

55%Weight 40%Scale 1-5

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

The description conveys a clear, specific niche and concrete actions, but leans on technical jargon and omits any explicit "when to use" trigger guidance. It is distinctive but not user-trigger-friendly.

Suggestions

Add a "Use when..." clause with natural trigger phrases (e.g., when the user asks to move/navigate an agent, find nearby places, or recommend a destination).

Soften jargon with one or two natural synonyms a user might actually say alongside AOI/POI and gravity model.

Keep the concrete action list but ensure it reads as comprehensive coverage rather than a terse enumeration.

DimensionReasoningScore

Specificity

Lists several concrete actions ("移动 agent 到 AOI/POI", "搜索周边 POI", "用引力模型推荐目的地") plus the ask_env constraint, but stays terse without fuller coverage.

4 / 5

Completeness

Clearly states what the skill does, but provides no "Use when..." clause or equivalent explicit trigger guidance, capping completeness at 3 per the rubric guideline.

3 / 5

Trigger Term Quality

Terms are largely domain jargon (AOI/POI, 引力模型, MobilitySpace, ask_env); natural phrases a user would say (navigate, find nearby places) are mostly missing.

2 / 5

Distinctiveness Conflict Risk

Tied to a specialized mobility environment (MobilitySpace/ask_env, AOI/POI, gravity model), giving it a clear niche with minimal overlap risk.

5 / 5

Total

14

/

20

Passed

Validation

100%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation16 / 16 Passed

Validation for skill structure

No warnings or errors.

Repository
tsinghua-fib-lab/AgentSociety
Reviewed

Table of Contents

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.