Improve travel hub
Propose improvements to the Eidos Travel Hub — new skills, updated bonus data, corrected award charts, new transfer partners, or playbook gaps. Motivated by a real gap in a travel hacking scenario.From its SKILL.md
npx -y skills add eidos-agi/eidos-travel-hub --skill improve-travel-hubAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
2.0 KB, 470 tokens by cl100k_base, as published. Nobody here has run it
Improve Travel Hub Contract
Contract
{
"$schema": "https://json-schema.org/draft/2020-12",
"title": "Travel Hub Improvement Proposal",
"purpose": "Propose a specific, actionable change to the eidos-travel-hub. Every proposal must be motivated by a real gap: a redemption the hub couldn't optimize, a bonus that wasn't tracked, a transfer partner that was missing or wrong.",
"constraints": [
"One proposal per output",
"observed_gap must describe a real travel hacking scenario that the hub failed to handle",
"Data updates (bonus amounts, partner ratios) must cite a source URL",
"New skills must include a full SKILL.md draft in the proposal",
"self_update steps must be copy-pasteable commands or file edits"
],
"required": ["observed_gap", "proposal_type", "proposal", "self_update"],
"properties": {
"observed_gap": { "type": "string" },
"proposal_type": {
"enum": ["new_skill", "data_update", "playbook_addition", "bonus_update", "partner_update"]
},
"proposal": {
"type": "object",
"required": ["title", "description", "rationale"],
"properties": {
"title": { "type": "string" },
"description": { "type": "string" },
"rationale": { "type": "string" },
"source_url": { "type": ["string", "null"] },
"affected_files": { "type": "array", "items": { "type": "string" } },
"draft_content": { "type": ["string", "null"], "description": "Full SKILL.md or file content for new additions" }
}
},
"self_update": {
"type": "object",
"required": ["steps"],
"properties": {
"steps": { "type": "array", "items": { "type": "string" } },
"verify": { "type": "string" }
}
}
}
}
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.