← Back to Skills Marketplace
jpengcheng523-netizen

cooking-timer

by jpengcheng523-netizen · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
109
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install jpeng-cooking-timer
Description
Kitchen cooking timer
README (SKILL.md)

Cooking Timer

Kitchen cooking timer

When to Use

  • User needs cooking related functionality
  • Automating timer tasks
  • Food operations

Usage

python3 scripts/cooking_timer.py --input \x3Cinput> --output \x3Coutput>

Configuration

Set required environment variables:

export TIMER_API_KEY="your-api-key"

Output

Returns JSON with results:

{
  "success": true,
  "data": {}
}
Usage Guidance
This skill is inconsistent: its README tells you to run scripts/cooking_timer.py and to set a TIMER_API_KEY, but the published bundle contains only SKILL.md and declares no required env vars or code. Do not provide any secret (like an API key) to this skill. Ask the publisher for the missing script and a clear explanation of why an API key is needed, evidence of the code (link to a repository or packaged files), and an updated registry manifest that lists required binaries/env vars. If you must test it, run it in an isolated sandbox and avoid using real credentials.
Capability Assessment
Purpose & Capability
The name/description claim a simple 'kitchen cooking timer', but the SKILL.md expects running python3 scripts/cooking_timer.py and an environment variable TIMER_API_KEY. The registry lists no binaries, no required env vars, and no code files — those requirements do not match the stated purpose or the package contents.
Instruction Scope
Runtime instructions tell the agent to execute a script at scripts/cooking_timer.py and to read TIMER_API_KEY from the environment. No such script exists in the manifest and the declared metadata does not include TIMER_API_KEY. The instructions therefore reference files/credentials outside the skill bundle.
Install Mechanism
There is no install spec and the skill is instruction-only, so nothing is written to disk by an installer. That lowers install-time risk, but also means the actual runtime behavior is undefined because the referenced code is missing.
Credentials
SKILL.md asks users to set TIMER_API_KEY, yet requires.env and primary credential are empty in the registry. A simple cooking timer does not clearly justify an external API key; requesting a secret without explanation is disproportionate and suspicious.
Persistence & Privilege
The skill does not request always:true or other elevated persistence. It is user-invocable and can be invoked autonomously (default), which is normal; no evidence it modifies other skills or system-wide settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install jpeng-cooking-timer
  3. After installation, invoke the skill by name or use /jpeng-cooking-timer
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
jpeng-cooking-timer 1.0.0 - Initial release of the kitchen cooking timer skill - Allows users to automate cooking timer tasks via command line - Accepts input and output arguments for flexible use - Requires configuration of TIMER_API_KEY as an environment variable - Returns results in JSON format
Metadata
Slug jpeng-cooking-timer
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is cooking-timer?

Kitchen cooking timer. It is an AI Agent Skill for Claude Code / OpenClaw, with 109 downloads so far.

How do I install cooking-timer?

Run "/install jpeng-cooking-timer" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is cooking-timer free?

Yes, cooking-timer is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does cooking-timer support?

cooking-timer is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created cooking-timer?

It is built and maintained by jpengcheng523-netizen (@jpengcheng523-netizen); the current version is v1.0.0.

💬 Comments