refactor: move skills/calcom-api/ to agents/skills/ and declare credentials#28047
Merged
refactor: move skills/calcom-api/ to agents/skills/ and declare credentials#28047
Conversation
Co-Authored-By: peer@cal.com <peer@cal.com>
Contributor
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
Closed
7 tasks
aae06a9 to
d59af3d
Compare
eunjae-lee
approved these changes
Feb 19, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


What does this PR do?
Consolidates the duplicate
skills/calcom-api/folder intoagents/skills/calcom-api/and adds credential declarations.Moves
skills/calcom-api/intoagents/skills/calcom-api/— the rootskills/folder was a duplicate ofagents/skills/calcom-api/. Theskills/version (with full inline API documentation) is now the canonical content inagents/skills/calcom-api/SKILL.md, replacing the previous concise reference-based version. The reference files inagents/skills/calcom-api/references/are unchanged (they already existed and were more complete than theskills/copies).Declares credentials/environment variables in
agents/skills/calcom-api/SKILL.md— adds machine-readableenvdeclarations in YAML frontmatter and a human-readable "Required Credentials" table. This addresses a ClawHub.ai "Suspicious, medium confidence" warning that flagged undeclared secrets.Declared environment variables
CAL_API_KEYCAL_CLIENT_IDCAL_SECRET_KEYCAL_WEBHOOK_SECRETMandatory Tasks (DO NOT REMOVE)
How should this be tested?
No functional testing required — metadata/documentation change only.
envblock undermetadatais valid YAML).skills/path.Human Review Checklist
skills/: Confirm nothing else in the repo (CI configs, scripts, docs) references the oldskills/calcom-api/path that was removed.references/directory also contains this content in more detail. Confirm this overlap is acceptable or if the SKILL.md should remain concise and reference the docs.references/webhooks.mdline 192) usesprocess.env.WEBHOOK_SECRET, but this PR declares it asCAL_WEBHOOK_SECRET(withCAL_prefix for namespacing). Confirm the preferred convention.references/docs are missing from this declaration.envblock undermetadatauses adescription/requiredstructure. Confirm this aligns with what ClawHub tooling expects.Checklist