Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计通过

solar-tilt-calculator太阳倾斜计算器

Agent Skill

solar-tilt-calculator 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

606

周安装

25

GitHub Stars

公开资料未说明

下载量

198
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:solar-tilt-calculator(太阳倾斜计算器)
来源仓库:https://github.com/yuepeng1985-web/solar-tilt-calculator
安装命令:
openclaw skills install solar-tilt-calculator
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install solar-tilt-calculator

简介

根据 NASA POWER 数据计算倾斜表面上的太阳辐射。支持用户自定义倾斜角和方位角。输出结构化 Excel 文件。

SKILL.md

name
solar-tilt-calculator
description
Calculate solar radiation on tilted surfaces based on NASA POWER data. Supports user-defined tilt angle and azimuth angle. Outputs structured Excel files.
homepage
https://power.larc.nasa.gov
metadata
{"clawdbot":{"emoji":"☀️","requires":{"bins":["curl"],"python":["openpyxl","pandas"]}}}

Solar-Tilt-Calculator

Calculate solar radiation on tilted surfaces for wind and solar energy analysis. Based on NASA POWER climatology data and Hay's anisotropic sky-diffuse model.

Trigger

User provides:

  1. Input Excel file path (from metdata-nasa-access)
  2. Tilt angle (β) in degrees
  3. Azimuth angle (γ) in degrees (optional, default: 0 = facing equator)

Example:

  • "帮我计算倾角30°,方位角0°的辐射量"
  • "使用 /path/to/metdata.xlsx,倾角25°"
  • "30度倾角,正南朝向"

Workflow

Step 1: Read Input Excel

Read the Excel file generated by metdata-nasa-access:

python3 scripts/calculate_tilt_radiation.py \
  --input <INPUT_EXCEL> \
  --tilt <TILT_ANGLE> \
  --azimuth <AZIMUTH_ANGLE> \
  --output <OUTPUT_EXCEL>

Input Excel structure (from metdata-nasa-access):

  • Sheet "气象数据": Contains monthly radiation data

- Columns: T2M, T10M, ALLSKY_SRF_ALB, ALLSKY_SFC_SW_DNI, ALLSKY_SFC_SW_DIFF, ALLSKY_SFC_SW_DWN - Rows: 1月-12月 + 年度均值

Step 2: Calculate Tilted Surface Radiation

Use Hay's anisotropic model (from paper: 不同方位倾斜面上太阳辐射量及最佳倾角的计算):

HT = Hb × Rb + Hd × [(Hb/H0) × Rb + (1/2)(1 - Hb/H0)(1 + cosβ)] + (1/2)ρH(1 - cosβ)

For equator-facing surfaces (γ = 0):

Rb = [sin(φ - β) × sinδ + cos(φ - β) × cosδ × cosωs] / [sinφ × sinδ + cosφ × cosδ × cosωs]

For tilted surfaces with azimuth (γ ≠ 0): Use Bushell's improved formula for sunrise/sunset hour angles:

ωs1 = min{ωs, arccos[(A - B)/C]}
ωs2 = max{-ωs, arccos[(A + B)/C]}

Where:

  • A = sinδ(sinφ cosβ - cosφ sinβ cosγ)
  • B = cosδ(cosφ cosβ + sinφ sinβ cosγ)
  • C = cosδ sinβ sinγ
  • ωs = arccos(-tanφ tanδ)

Step 3: Generate Output Excel

Output Excel with 3 sheets:

  1. 基本信息 - Location, tilt angle, azimuth angle, input data source
  2. 倾斜面辐射数据 - Monthly mean daily radiation on tilted surface
  3. 参数说明 - Calculation model, parameters, formulas

Step 4: Report to User

Confirm the file path and summarize key findings:

  • 年均可用辐射量(水平面 vs 倾斜面)
  • 最佳辐射月份
  • 辐射增益/损失百分比

Output Format

Excel with 3 sheets:

基本信息:

  • 输入数据源
  • 当地纬度
  • 倾斜角度
  • 方位角度
  • 计算模型

倾斜面辐射数据:

月份直射辐射散射辐射地面反射总辐射水平面总辐射增益/损失
1月..................

参数说明:

  • Hay 模型说明
  • 公式来源
  • 符号对照表

Notes

  • Based on Hay's anisotropic sky-diffuse model
  • Input data should be from metdata-nasa-access (NASA POWER climatology)
  • Tilt angle (β): 0-90° (0° = horizontal)
  • Azimuth angle (γ): -90° to +90° (0° = facing equator, negative = east, positive = west)
  • Ground reflectance (ρ): default 0.2 (typical for most surfaces)
  • Units: MJ/(m²·day)
  • Calculation method: Monthly mean daily radiation

References

  • 杨金焕, 毛家俊, 陈中华. 不同方位倾斜面上太阳辐射量及最佳倾角的计算[J]. 上海交通大学学报, 2002, 36(7): 1032-1035.
  • Hay J E. Calculation of monthly mean solar radiation for horizontal and inclined surfaces[J]. Solar Energy, 1979, 23(4): 301-307.
  • Bushell R H. A solution for sunrise and sunset hour angles on a tilted surface without a singularity at zero[J]. Solar Energy, 1982, 28(4): 359.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

88.28%
按下载量换算175

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills