From ecde4e00464abc3dcc0aba31910f7d406fea8aa2 Mon Sep 17 00:00:00 2001 From: "refly-skill-bot[bot]" <257064113+refly-skill-bot[bot]@users.noreply.github.com> Date: Wed, 4 Feb 2026 17:00:37 +0000 Subject: [PATCH] Add skill: j2000-ecef-converter --- skills/j2000-ecef-converter/README.md | 29 +++++++++++++++++++ skills/j2000-ecef-converter/SKILL.md | 41 +++++++++++++++++++++++++++ 2 files changed, 70 insertions(+) create mode 100644 skills/j2000-ecef-converter/README.md create mode 100644 skills/j2000-ecef-converter/SKILL.md diff --git a/skills/j2000-ecef-converter/README.md b/skills/j2000-ecef-converter/README.md new file mode 100644 index 0000000..2939221 --- /dev/null +++ b/skills/j2000-ecef-converter/README.md @@ -0,0 +1,29 @@ +# j2000-ecef-converter + +High precision J2000 ECI to WGS84 ECEF coordinate conversion tool using exact velocity formula v2 equals R at v1 minus omega cross p2 for centimeter-level position accuracy and micrometer-level velocity accuracy with Earth Orientation Parameters support. + +## Installation + +```bash +refly skill install skp-kuyabdprke2h401o6blgp7db +``` + +## Triggers + +- j2000 to wgs84 +- eci to ecef +- coordinate conversion +- J2000转WGS84 +- ECI转ECEF + +## Tags + +`orbital` `astronomy` `space` `gnss` `coordinate` `eop` `precision` + +## Author + +jsy96 + +## Links + +- [View on Refly](https://refly.ai/skill/skp-kuyabdprke2h401o6blgp7db) diff --git a/skills/j2000-ecef-converter/SKILL.md b/skills/j2000-ecef-converter/SKILL.md new file mode 100644 index 0000000..11c924b --- /dev/null +++ b/skills/j2000-ecef-converter/SKILL.md @@ -0,0 +1,41 @@ +--- +name: j2000-ecef-converter +description: High precision J2000 ECI to WGS84 ECEF coordinate conversion tool using exact velocity formula v2 equals R at v1 minus omega cross p2 for centimeter-level position accuracy and micrometer-level velocity accuracy with Earth Orientation Parameters support. +skillId: skp-kuyabdprke2h401o6blgp7db +workflowId: see-workflow-mapping +triggers: + - j2000 to wgs84 + - eci to ecef + - coordinate conversion + - J2000转WGS84 + - ECI转ECEF +tags: + - orbital + - astronomy + - space + - gnss + - coordinate + - eop + - precision +version: 1.0.0 +--- + +# j2000-ecef-converter + +High precision J2000 ECI to WGS84 ECEF coordinate conversion tool using exact velocity formula v2 equals R at v1 minus omega cross p2 for centimeter-level position accuracy and micrometer-level velocity accuracy with Earth Orientation Parameters support. + +## Installation + +```bash +refly skill install skp-kuyabdprke2h401o6blgp7db +``` + +## Usage + +After installation, run the skill using your installation ID: + +```bash +refly skill run --input '{}' +``` + +The installation ID is returned when you run `refly skill install`.