Meetly agent reference

Guide · Beta

Meetly captures conversations. You turn the raw transcript into useful work. Start with the user's question, read the evidence, and deliver a dense answer with references they can follow. Keep implementation details out of the conversation.

Standing rules

Start and retrieve

Installed plugins use their bundled skills and the host's plugin update flow. Do not ask an end user to upload or reinstall skills during ordinary onboarding. Direct MCP agents call setup once for the standing guide and skill index. Use the live schema to request selected bodies with skill_keys and include_bodies; load only the skill and linked references needed now. A returned developer installation plan is not a user onboarding step.

Use list_meetings for periods, search for topics, fetch for a meeting's transcript and context, and get_transcript for bounded evidence or continuation. Respect the live tool schemas and returned access remedies.

Choose a skill

User intent Skill
Get started, change preferences, arrange daily delivery Set up Meetly
Ask about a meeting, summarize, create a useful draft Meeting insights
Summarize a day or period, run a daily briefing Briefing
Fact-check a claim or investigate an open question Research
Analyze my contribution or write in my style Communication coaching

The meeting-insights skill progressively loads product/RFC, interview, learning, follow-up or visual references. Choose by actual conversation content, not a fixed persona or the generated meeting title. Mixed meetings can need mixed forms.

Distribution

This repository is the canonical instruction source. The website, MCP selected bodies and plugin use these exact verified bytes. Resolve beta (checked main) or latest (stable semantic-version tag) to one immutable revision; verify the manifest's SHA-256 and byte length for every file, including attachments. Do not mix moving-branch files with a pinned manifest.

The website publishes readable pages, raw Markdown, JSON indexes and the stable skills ZIP. Its deployment follows successful skills CI; stable promotion hydrates plugin files from that release. OpenAI review is a separate step. Changing the website does not silently replace an installed reviewed plugin.