← Back to Skills Marketplace
997
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install meetlark
Description
Scheduling polls for humans and their agents. Create polls, share participation links, collect votes, and find the best meeting time. A Doodle alternative built for the age of AI agents.
Usage Guidance
Before installing: 1) Confirm you trust meetlark.ai (review their privacy policy and docs) because the skill will create polls on that external service and handle tokens. 2) Ask how your agent implements “memory” — if memory is persistent, consider avoiding automatic long-term storage of admin tokens or require explicit user approval to store them. 3) Understand what data the admin token grants (viewing who voted) and avoid creating polls containing highly sensitive participant lists. 4) If you need stronger control, perform poll creation manually (use the service UI) and provide only the participate URL to the agent. 5) Review the service's OpenAPI/ai-plugin manifest (links are provided) if you want to audit exact API behavior before enabling the skill.
Capability Analysis
Type: OpenClaw Skill
Name: meetlark
Version: 1.0.0
The skill bundle is benign. It provides instructions for an AI agent to interact with the meetlark.ai service for scheduling polls. All network requests are directed to the specified domain `meetlark.ai`, and the instructions for the agent in `SKILL.md` are directly related to the skill's stated purpose, such as storing an `adminToken` to manage polls. There is no evidence of data exfiltration, malicious execution, persistence, obfuscation, or prompt injection attempts designed to manipulate the agent into performing harmful or unauthorized actions.
Capability Assessment
Purpose & Capability
Name/description match the instructions: all runtime steps are HTTP calls to meetlark.ai endpoints to create polls, share participate links, check results, and close polls. No unrelated binaries, environment variables, or config paths are requested.
Instruction Scope
Instructions are narrowly scoped to interacting with the meetlark API and guiding the user (create poll, poll email verification status, share URL, view/close poll). One notable instruction: 'Store it in your memory for the poll's lifetime' (referring to the admin token). That is appropriate for functionality but ambiguous about how long/how/where the token is persisted by the agent and whether it will be retained beyond the poll lifetime.
Install Mechanism
No install spec and no code files — instruction-only skill. This minimizes disk/write risk.
Credentials
The skill declares no required environment variables, no credentials, and no config paths. All API access is handled at runtime via tokens returned by the service (admin/participate tokens), which is proportionate to the stated purpose.
Persistence & Privilege
always:false and autonomous invocation are normal. The concern is the guidance to store admin tokens in agent memory: depending on the agent platform, 'memory' may be persistent and could allow future access to poll results or voter identities beyond the intended lifetime. The SKILL.md does not instruct token expiry/removal procedures.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install meetlark - After installation, invoke the skill by name or use
/meetlark - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
meetlark 1.0.0
- Initial release of meetlark skill: a Doodle alternative for scheduling polls with support for both humans and AI agents.
- Create meeting polls, share participation links, collect votes, and determine the best meeting time.
- Secure admin and participant token system for poll management and privacy.
- Automated email verification flow for poll creation.
- Full API documentation and usage examples included for quick onboarding.
Metadata
Frequently Asked Questions
What is Meetlark - coordinate a meeting?
Scheduling polls for humans and their agents. Create polls, share participation links, collect votes, and find the best meeting time. A Doodle alternative built for the age of AI agents. It is an AI Agent Skill for Claude Code / OpenClaw, with 997 downloads so far.
How do I install Meetlark - coordinate a meeting?
Run "/install meetlark" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Meetlark - coordinate a meeting free?
Yes, Meetlark - coordinate a meeting is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Meetlark - coordinate a meeting support?
Meetlark - coordinate a meeting is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Meetlark - coordinate a meeting?
It is built and maintained by mkelk (@mkelk); the current version is v1.0.0.
More Skills