← Back to Skills Marketplace
116
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install travel-festival-event-strategist
Description
Strategic planning for festival travel
Usage Guidance
This skill appears coherent and low-risk: it runs only local Python code that analyzes user text and returns JSON recommendations, asks for no credentials, and performs no network activity. Considerations before installing: (1) The skill will echo parts of user input (it builds an input preview) — avoid submitting sensitive personal data in prompts. (2) If you enable autonomous agent behavior on your agent, be aware the agent could invoke this skill automatically as part of multi-skill workflows (not dangerous by itself, but consider how it may interact with other skills). (3) If you want extra assurance, quickly review handler.py (it's short and readable) to confirm there are no calls to external services. Overall, the package is internally consistent with its stated purpose.
Capability Analysis
Type: OpenClaw Skill
Name: travel-festival-event-strategist
Version: 1.0.0
The skill is a purely descriptive travel planning tool that provides structured recommendations based on string matching. The code in handler.py contains no network requests, file system access, or dangerous execution sinks, and the documentation in SKILL.md aligns perfectly with the implementation without any evidence of malicious intent or prompt injection.
Capability Assessment
Purpose & Capability
Name/description (festival/event travel planning) align with the included files and declared requirements: no required env vars, no binaries, and skill.json declares no API requirement. The code implements only local text analysis and returns structured recommendations appropriate for a descriptive planning skill.
Instruction Scope
SKILL.md repeatedly states 'no code execution' / 'no external APIs'. The repository includes a handler.py (the skill runtime) but that code is local, deterministic, and does not invoke external processes or network requests. Minor wording ambiguity: 'no code execution' in the doc likely means 'no external/network code execution' rather than absence of a handler implementation.
Install Mechanism
There is no install spec (instruction-only style). No downloads, package installs, or archive extraction are present, so nothing is written to disk beyond the provided files.
Credentials
The skill requests no environment variables, no credentials, and no config paths. The handler does not read os.env or other sensitive locations. This is proportionate for a local descriptive skill.
Persistence & Privilege
The skill is not flagged always:true and does not request persistent/privileged presence. It doesn't modify other skills or system settings. Default autonomous invocation is allowed by platform but is not combined here with elevated privileges or broad credential access.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install travel-festival-event-strategist - After installation, invoke the skill by name or use
/travel-festival-event-strategist - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Festival and Event Travel Strategist – Initial Release
- Launched v1.0.0 with strategic planning frameworks for festival and event travel.
- Provides descriptive templates, checklists, and heuristic analysis to support trip preparation.
- Covers event research, logistics optimization, experience enhancement, and crowd management.
- No real bookings, real-time data, or external network requests; informational guidance only.
- Includes comprehensive SKILL.md documentation and basic test coverage.
Metadata
Frequently Asked Questions
What is Travel Festival Event Strategist?
Strategic planning for festival travel. It is an AI Agent Skill for Claude Code / OpenClaw, with 116 downloads so far.
How do I install Travel Festival Event Strategist?
Run "/install travel-festival-event-strategist" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Travel Festival Event Strategist free?
Yes, Travel Festival Event Strategist is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Travel Festival Event Strategist support?
Travel Festival Event Strategist is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Travel Festival Event Strategist?
It is built and maintained by haidong (@harrylabsj); the current version is v1.0.0.
More Skills